gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / .gitignore
index bda55a383990eecd0fa7b5801bff81fbf192f823..356b2eb94bf8d318c6ce421664832a35bd5a9229 100644 (file)
@@ -15,6 +15,7 @@
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -32,11 +33,32 @@ POTFILES
 TAGS
 TAGS.sub
 
+.local.vimrc
+.lvimrc
+
+.clang-format
+
 .gdbinit
 .gdb_history
 
+perf.data
+perf.data.old
+
 # ignore core files, but not java/net/protocol/core/
 core
 !core/
 
 lost+found
+
+# ignore ./contrib/gcc_update output
+LAST_UPDATED
+REVISION
+
+stamp-*
+*.stamp
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*
This page took 0.022811 seconds and 4 git commands to generate.