gitignore: Ignore TAGS files

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>
This commit is contained in:
Damien Lespiau 2013-01-15 13:52:57 +00:00
parent af7e11de69
commit e5d07538b2

1
.gitignore vendored
View File

@ -79,6 +79,7 @@ core
*.swo
*.swp
cscope.*
TAGS
/assembler/gram.c
/assembler/gram.h