]> gcc.gnu.org Git - gcc.git/blobdiff - .gitignore
OpenACC: Fix reduction tree-sharing issue [PR106982]
[gcc.git] / .gitignore
index d9eeaf2ed7a2e2415b0637282fd1b5e8b08bd2b2..14ee0325176189bbe57a1e0afeb02a4a083c92c8 100644 (file)
@@ -15,6 +15,7 @@
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -31,6 +32,7 @@ POTFILES
 
 TAGS
 TAGS.sub
+cscope.out
 
 .local.vimrc
 .lvimrc
@@ -38,11 +40,15 @@ TAGS.sub
 .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/
@@ -53,6 +59,9 @@ lost+found
 LAST_UPDATED
 REVISION
 
+stamp-*
+*.stamp
+
 # ignore in-tree prerequisites
 /mpfr*
 /mpc*
This page took 0.029592 seconds and 5 git commands to generate.