From b95ad7d7520109c3695223feee111af991bd7610 Mon Sep 17 00:00:00 2001 From: Enze Li Date: Wed, 13 Apr 2022 15:53:50 +0800 Subject: [PATCH] build-sys: add gnu global outputs to gitignore Some people like to use gnu global to browse code, so we add the global output files to gitignore, which is safe because no function-related code is changed. Signed-off-by: Enze Li --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 840f646158..3274563ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,10 @@ tests/run.sh.log tests/run.sh.trs update.log ylwrap +GPATH +GRTAGS +GTAGS +GSYMS # # binaries -- 2.47.3