gitignore: ignore GNU GLOBAL tag files

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>
This commit is contained in:
Masahiro Yamada 2017-02-03 11:07:15 +09:00
parent bcc2bf0977
commit a53fe69263
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View 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