[Intel-gfx] [PATCH 02/90] gitignore: Ignore TAGS files

Damien Lespiau damien.lespiau at intel.com
Mon Feb 4 16:26:57 CET 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 611ab06..bfd59dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,6 +79,7 @@ core
 *.swo
 *.swp
 cscope.*
+TAGS
 
 /assembler/gram.c
 /assembler/gram.h
-- 
1.7.7.5




More information about the Intel-gfx mailing list