diff options
author | Adam Roben <adam@roben.org> | 2013-11-04 05:16:16 -0800 |
---|---|---|
committer | Adam Roben <adam@roben.org> | 2013-11-04 05:16:16 -0800 |
commit | 8b686873619e389d27ea555a661c6ccaac1dda8e (patch) | |
tree | 7aed1f69eded83afc62b1f65517b07902eee11b2 /Global | |
parent | bb60b967425762ab39348d523f82db377167f2b1 (diff) | |
parent | e741ca37c8906a5aa86cbc06286e615e18e72b39 (diff) | |
download | gitignore-8b686873619e389d27ea555a661c6ccaac1dda8e.tar.gz gitignore-8b686873619e389d27ea555a661c6ccaac1dda8e.zip |
Merge pull request #370 from bdsatish/master
gtags (GNU global) and cscope ignore files.
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 + |