From 73d22207d166d02660d8864034b3eab855ad2f54 Mon Sep 17 00:00:00 2001 From: Damien Lespinau Date: Mon, 24 Oct 2011 22:25:59 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+) 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 -- 2.7.4