]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitignore
Improve profile updates after loop-ch and cunroll
[thirdparty/gcc.git] / .gitignore
index b53f60db79205a7889705e8b211596a70f53b404..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,15 +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/
@@ -50,6 +61,9 @@ lost+found
 LAST_UPDATED
 REVISION
 
+stamp-*
+*.stamp
+
 # ignore in-tree prerequisites
 /mpfr*
 /mpc*