[Mesa-dev] [PATCH] gitignore: Ignore TAGS files

Damien Lespiau damien.lespiau at intel.com
Tue Jan 15 05:47:50 PST 2013


TAGS files are generated with "make tags" to quickly jump through the
code. Ignore those by-products of automake/ctags.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index faf2ca3..5c2ccdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ manifest.txt
 .libs/
 Makefile
 Makefile.in
+TAGS
-- 
1.7.7.5



More information about the mesa-dev mailing list