aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 382e2de..d44f602 100644
--- 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 922c99b..715ae89 100644
--- 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.