diff options
author | Satish BD <bdsatish@gmail.com> | 2012-06-10 01:32:00 +0300 |
---|---|---|
committer | Satish BD <bdsatish@gmail.com> | 2012-06-10 01:32:00 +0300 |
commit | e741ca37c8906a5aa86cbc06286e615e18e72b39 (patch) | |
tree | 893285b274d2f3ca4c3e4cf573bbdb28c72e3ecc /Global | |
parent | 4b6bf65bdf0d52a58cb8f28964b6327c26fbf171 (diff) | |
download | gitignore-e741ca37c8906a5aa86cbc06286e615e18e72b39.tar.gz gitignore-e741ca37c8906a5aa86cbc06286e615e18e72b39.zip |
Ignores for gtags and cscope added.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Tags.gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index cc28fefa..45922ec1 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,5 +1,14 @@ -# Ignore tags created by etags and ctags +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope TAGS !TAGS/ tags !tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out + |