summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-03 11:07:15 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-03 13:00:28 +0900
commita53fe69263e7522d46d6441121d40e553dcbb169 (patch)
treef1ab9782b06d191f57f30cd9a95ebc4a879060c3 /.gitignore
parentbcc2bf097703c07aabe543681ee2676981831f76 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c0d51835..2f9c89d3 100644
--- 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