From: Masahiro Yamada Date: Fri, 3 Feb 2017 02:07:15 +0000 (+0900) Subject: gitignore: ignore GNU GLOBAL tag files X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a53fe69263e7522d46d6441121d40e553dcbb169;p=project%2Fbcm63xx%2Fatf.git 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 --- 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