]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - .gitignore
Synchronize config.sub and config.guess with their upstream master versions.
[thirdparty/binutils-gdb.git] / .gitignore
index dc1bf3f11bbe6ce3c52dbc60b3f2425bd606828f..716271029efb008ed68249eb988cdd1b8347f487 100644 (file)
@@ -4,15 +4,18 @@
 *.rej
 
 *~
-*.a
+.#*
+*#
+
 *.flt
-*.gdb
 *.gmo
 *.info
 *.la
 *.lo
 *.o
+*.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -24,17 +27,49 @@ config.intl
 config.log
 config.status
 libtool
-Makefile
-stamp-*
 POTFILES
 *-POTFILES
-*/po/Makefile.in
+
+TAGS
+TAGS.sub
+
+.local.vimrc
+.lvimrc
+
+.clang-format
+.clang-tidy
+.clangd
+.cache
+compile_commands.json
 
 .gdbinit
 .gdb_history
+
+perf.data
+perf.data.old
+
+# gnu global files
+GPATH
+GRTAGS
+GTAGS
+GSYMS
+
+# 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*
+/gettext*