Commit a53fe692 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent bcc2bf09
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment