projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc2bf0
)
gitignore: ignore GNU GLOBAL tag files
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 3 Feb 2017 02:07:15 +0000
(11:07 +0900)
committer
Masahiro 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index c0d51835a9e403e34408a005bbfa0e15881c43b9..2f9c89d38388c3c6fc853f723fea9650d0fb806c 100644
(file)
--- a/
.gitignore
+++ b/
.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