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)
commit73d22207d166d02660d8864034b3eab855ad2f54
tree498029dab3b6c352b0edf60c239a652fd2c1a9ba
parentba7bf09285636a3c150a83620c6d91611aa37b05
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
.gitignore