From cf4425558359e7a6b0ba4d953b85384e1c686260 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 2 Dec 2020 11:04:01 -0700 Subject: [PATCH] Sync .gitignore with binutils-gdb * .gitignore: Sync with binutils-gdb --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) 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* -- 2.7.4