gitignore: ignore GNU GLOBAL tag files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 3 Feb 2017 02:07:15 +0000 (11:07 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 3 Feb 2017 04:00:28 +0000 (13:00 +0900)
GNU GLOBAL (https://www.gnu.org/software/global/) is source code
tagging system.  It creates 4 tag files (GTAGS, GRTAGS, GSYMS and
GPATH) for the symbol cross-reference.  Ignore them.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
.gitignore

index c0d51835a9e403e34408a005bbfa0e15881c43b9..2f9c89d38388c3c6fc853f723fea9650d0fb806c 100644 (file)
@@ -22,3 +22,9 @@ tools/cert_create/cert_create.exe
 # Ignore header files copied.
 tools/fiptool/firmware_image_package.h
 tools/fiptool/uuid.h
+
+# GNU GLOBAL files
+GPATH
+GRTAGS
+GSYMS
+GTAGS