]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitignore
combine: Fix ICE in try_combine on pr112494.c [PR112560]
[thirdparty/gcc.git] / .gitignore
index d9d3967a12c6c2a32caad71e1e82d1080a9bcb3d..93a16b0b950c98bd53e0fd3a51616bed5503ceb5 100644 (file)
@@ -6,6 +6,7 @@
 *~
 .#*
 *#
+.*.swp
 
 *.flt
 *.gmo
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
 
 autom4te.cache
 config.cache
-config.h
+# GCC does not support in-tree builds, do not conceal a stray config.h:
+# config.h
 config.intl
 config.log
 config.status
@@ -31,17 +34,23 @@ POTFILES
 
 TAGS
 TAGS.sub
+cscope.out
 
 .local.vimrc
 .lvimrc
 
 .clang-format
+.clang-tidy
 .clangd
+.cache
 compile_commands.json
 
 .gdbinit
 .gdb_history
 
+perf.data
+perf.data.old
+
 # ignore core files, but not java/net/protocol/core/
 core
 !core/
@@ -52,8 +61,12 @@ lost+found
 LAST_UPDATED
 REVISION
 
+stamp-*
+*.stamp
+
 # ignore in-tree prerequisites
 /mpfr*
 /mpc*
 /gmp*
 /isl*
+/gettext*