diff options
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -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/ @@ -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. |