]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitignore
Improve profile updates after loop-ch and cunroll
[thirdparty/gcc.git] / .gitignore
index bda55a383990eecd0fa7b5801bff81fbf192f823..5cc4a0fdfa61507ab6dfd26b04df37c2e64419f8 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,12 +34,38 @@ 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/
 
 lost+found
+
+# ignore ./contrib/gcc_update output
+LAST_UPDATED
+REVISION
+
+stamp-*
+*.stamp
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*