]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - .gitignore
Synchronize sourceware version of the libiberty sources with the master gcc versions.
[thirdparty/binutils-gdb.git] / .gitignore
index c9a6158bc4e6631412b2f798e0e19f93a7bb4b8e..716271029efb008ed68249eb988cdd1b8347f487 100644 (file)
@@ -15,6 +15,7 @@
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -36,10 +37,23 @@ TAGS.sub
 .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/
@@ -49,3 +63,13 @@ lost+found
 # ignore ./contrib/gcc_update output
 LAST_UPDATED
 REVISION
+
+stamp-*
+*.stamp
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*
+/gettext*