]> gcc.gnu.org Git - gcc.git/blobdiff - .gitignore
OpenACC: Fix reduction tree-sharing issue [PR106982]
[gcc.git] / .gitignore
index bda55a383990eecd0fa7b5801bff81fbf192f823..14ee0325176189bbe57a1e0afeb02a4a083c92c8 100644 (file)
@@ -15,6 +15,7 @@
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -31,12 +32,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*
This page took 0.034243 seconds and 5 git commands to generate.