Add TAGS files to .gitignore
authorDamien Lespinau <damien.lespinau@gmail.com>
Tue, 25 Oct 2011 02:25:59 +0000 (22:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 25 Oct 2011 02:26:49 +0000 (22:26 -0400)
"make tags" is the best way to produce tags in an automake project and
yet very few people are using it so the tags files it generates are never
added to the .gitignore files.

Add TAGS files to .gitignore then.

https://bugzilla.gnome.org/show_bug.cgi?id=615424

.gitignore

index 46f1aae..8ca7c8a 100644 (file)
@@ -1,6 +1,7 @@
 # for all subdirectories
 Makefile.in
 Makefile
+TAGS
 .libs
 .deps
 *.o