Browse Source

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>
pull/830/head
Masahiro Yamada 8 years ago
parent
commit
a53fe69263
  1. 6
      .gitignore

6
.gitignore

@ -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

Loading…
Cancel
Save