Add TAGS files to .gitignore

"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
This commit is contained in:
Damien Lespinau
2011-10-24 22:25:59 -04:00
committed by Matthias Clasen
parent 0fb7f35cc6
commit e54bc017ea

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# for all subdirectories
Makefile.in
Makefile
TAGS
.libs
.deps
*.o