annotate .hgignore @ 265:cbe7ffc327a4

Remove fnameescape call in chdir function fnameescape is applied when calling gutentags#chdir when called again it can cause the addition of extra escape characters. Resolves issue #277.
author Darren Kavanagh <dkav@users.noreply.github.com>
date Fri, 22 May 2020 13:53:25 -0700
parents ba9a9ebdd345
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
ba9a9ebdd345 Properly ignore only tags files.
Ludovic Chabant <ludovic@chabant.com>
parents: 2
diff changeset
1 syntax:regexp
ba9a9ebdd345 Properly ignore only tags files.
Ludovic Chabant <ludovic@chabant.com>
parents: 2
diff changeset
2 (^|/)tags$
2
d073ca33c5b8 Added `.hgignore`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3