diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-12-02 11:04:01 -0700 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2020-12-02 11:04:01 -0700 |
commit | cf4425558359e7a6b0ba4d953b85384e1c686260 (patch) | |
tree | 82e8125423cc153031f876be3b9984d6fa56d0f4 /.gitignore | |
parent | 98e89dcf95e624a7fb37c103c2a35ff03553ccff (diff) | |
download | gcc-cf4425558359e7a6b0ba4d953b85384e1c686260.zip gcc-cf4425558359e7a6b0ba4d953b85384e1c686260.tar.gz gcc-cf4425558359e7a6b0ba4d953b85384e1c686260.tar.bz2 |
Sync .gitignore with binutils-gdb
* .gitignore: Sync with binutils-gdb
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,7 @@ *.o *.pyc *.tmp +*.a .deps .libs @@ -44,6 +45,9 @@ compile_commands.json .gdbinit .gdb_history +perf.data +perf.data.old + # ignore core files, but not java/net/protocol/core/ core !core/ @@ -54,6 +58,9 @@ lost+found LAST_UPDATED REVISION +stamp-* +*.stamp + # ignore in-tree prerequisites /mpfr* /mpc* |