gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / .gitignore
index dc1bf3f11bbe6ce3c52dbc60b3f2425bd606828f..356b2eb94bf8d318c6ce421664832a35bd5a9229 100644 (file)
@@ -4,15 +4,18 @@
 *.rej
 
 *~
-*.a
+.#*
+*#
+
 *.flt
-*.gdb
 *.gmo
 *.info
 *.la
 *.lo
 *.o
+*.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -24,17 +27,38 @@ config.intl
 config.log
 config.status
 libtool
-Makefile
-stamp-*
 POTFILES
 *-POTFILES
-*/po/Makefile.in
+
+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
 
-*.log
-*.sum
+# ignore ./contrib/gcc_update output
+LAST_UPDATED
+REVISION
+
+stamp-*
+*.stamp
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*
This page took 0.022708 seconds and 4 git commands to generate.