From e5d07538b2d59034010e9c0f3ff1395faee6d4e3 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 15 Jan 2013 13:52:57 +0000 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 611ab061..bfd59dc1 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ core *.swo *.swp cscope.* +TAGS /assembler/gram.c /assembler/gram.h -- cgit v1.2.3