[glib] Add TAGS files to .gitignore



commit 73d22207d166d02660d8864034b3eab855ad2f54
Author: Damien Lespinau <damien lespinau gmail com>
Date:   Mon Oct 24 22:25:59 2011 -0400

    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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46f1aae..8ca7c8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 # for all subdirectories
 Makefile.in
 Makefile
+TAGS
 .libs
 .deps
 *.o



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]