projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12bf652
)
Add gnu global outputs to .gitignore
author
Enze Li
<lienze2010@hotmail.com>
Wed, 2 Dec 2020 15:00:13 +0000
(10:00 -0500)
committer
Simon Marchi
<simon.marchi@polymtl.ca>
Wed, 2 Dec 2020 15:00:27 +0000
(10:00 -0500)
GNU Global outputs can be safely ignored.
ChangeLog:
2020-12-02 Enze Li <lienze2010@hotmail.com>
* .gitignore: Add gnu global outputs.
Change-Id: I04ce68ab3279426195793adb56f834a34ee72ea2
.gitignore
patch
|
blob
|
history
ChangeLog
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 382e2def731e3805fee94166ce0e69ffc988818e..d44f60295d079e2481c5949aeede221f5c731ccd 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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/
diff --git
a/ChangeLog
b/ChangeLog
index 922c99bb9ac390fc343d4244561f49f7a70155db..715ae893807dba7eb19b335020ba2de3581e898d 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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.