annotate .hgignore @ 62:106757c129cb

Change the per-project option file to be `.gutctags` and process it first. When using Gutentags with a cache directory put all the tag files in, the `ctags` executable will be run against absolute paths, because the output paths in the tag file will also need to be absolute in order to make it possible to open them in an editor. This means exclude rules need to be run against absolute paths too, so we make those rules absolute and store the result in a temporary file that we pass to `ctags` as the real options file.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 15 Jul 2015 22:46:49 -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