Skip to content
Snippets Groups Projects
Commit 7ddfb1a8 authored by Enze Li's avatar Enze Li Committed by Simon Marchi
Browse files

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
parent 12bf6525
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,12 @@ compile_commands.json ...@@ -48,6 +48,12 @@ compile_commands.json
perf.data perf.data
perf.data.old perf.data.old
# gnu global files
GPATH
GRTAGS
GTAGS
GSYMS
# ignore core files, but not java/net/protocol/core/ # ignore core files, but not java/net/protocol/core/
core core
!core/ !core/
......
2020-12-02 Enze Li <lienze2010@hotmail.com>
* .gitignore: Add gnu global outputs.
2020-12-02 Simon Marchi <simon.marchi@polymtl.ca> 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
* .gitignore: Sync with gcc. * .gitignore: Sync with gcc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment