diff mbox

[02/90] gitignore: Ignore TAGS files

Message ID 1359991705-5254-3-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien Feb. 4, 2013, 3:26 p.m. UTC
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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

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