gitignore: Ignore TAGS files
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 15 Jan 2013 13:52:57 +0000 (13:52 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:35 +0000 (15:54 +0000)
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@intel.com>
.gitignore

index 611ab06..bfd59dc 100644 (file)
@@ -79,6 +79,7 @@ core
 *.swo
 *.swp
 cscope.*
+TAGS
 
 /assembler/gram.c
 /assembler/gram.h