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 <[email protected]> --- .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 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
