From a53fe69263e7522d46d6441121d40e553dcbb169 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 3 Feb 2017 11:07:15 +0900 Subject: 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 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3