]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitignore
Fix some profile consistency testcases
[thirdparty/gcc.git] / .gitignore
index ab97ac67cb41081c8175516daa64e5dc23e8e1fe..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,13 +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/
@@ -47,3 +60,12 @@ lost+found
 # ignore ./contrib/gcc_update output
 LAST_UPDATED
 REVISION
+
+stamp-*
+*.stamp
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*