Add gnu global outputs to .gitignore

GNU Global outputs can be safely ignored.

ChangeLog:

2020-12-02  Enze Li  <lienze2010@hotmail.com>

	* .gitignore: Add gnu global outputs.

Change-Id: I04ce68ab3279426195793adb56f834a34ee72ea2
This commit is contained in:
Enze Li 2020-12-02 10:00:13 -05:00 committed by Simon Marchi
parent 12bf652539
commit 7ddfb1a891
2 changed files with 10 additions and 0 deletions

6
.gitignore vendored
View File

@ -48,6 +48,12 @@ compile_commands.json
perf.data
perf.data.old
# gnu global files
GPATH
GRTAGS
GTAGS
GSYMS
# ignore core files, but not java/net/protocol/core/
core
!core/

View File

@ -1,3 +1,7 @@
2020-12-02 Enze Li <lienze2010@hotmail.com>
* .gitignore: Add gnu global outputs.
2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
* .gitignore: Sync with gcc.