From: Enze Li Date: Wed, 2 Dec 2020 15:00:13 +0000 (-0500) Subject: Add gnu global outputs to .gitignore X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7ddfb1a891ce2fee8708e6d5f14a6935d307875e;p=deliverable%2Fbinutils-gdb.git Add gnu global outputs to .gitignore GNU Global outputs can be safely ignored. ChangeLog: 2020-12-02 Enze Li * .gitignore: Add gnu global outputs. Change-Id: I04ce68ab3279426195793adb56f834a34ee72ea2 --- diff --git a/.gitignore b/.gitignore index 382e2def73..d44f60295d 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 922c99bb9a..715ae89380 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-12-02 Enze Li + + * .gitignore: Add gnu global outputs. + 2020-12-02 Simon Marchi * .gitignore: Sync with gcc.