aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-12-02 11:04:01 -0700
committerJeff Law <law@redhat.com>2020-12-02 11:04:01 -0700
commitcf4425558359e7a6b0ba4d953b85384e1c686260 (patch)
tree82e8125423cc153031f876be3b9984d6fa56d0f4 /.gitignore
parent98e89dcf95e624a7fb37c103c2a35ff03553ccff (diff)
downloadgcc-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--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1a29029..382e2de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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*