Browse Source

Merge pull request #1901 from guilhermefelipecgs/add_ignore_tags

Ignore etags, ctags, gtags and cscope.
Juan Linietsky 10 years ago
parent
commit
219dcaaa75
1 changed files with 15 additions and 0 deletions
  1. 15 0
      .gitignore

+ 15 - 0
.gitignore

@@ -265,3 +265,18 @@ Desktop.ini
 $RECYCLE.BIN/
 logo.h
 *.autosave
+
+# https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
+# 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