Bring in a few lines that are in binutils-gdb's .gitignore but not
gcc's.
Note that I don't have push access to gcc, so I would appreciate
if somebody could push it for me.
ChangeLog:
* .gitignore: Sync with binutils-gdb.
---
.gitignore | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index 1a29029895aa..382e2def731e 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*
--
2.29.2