]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitignore
Make TOPN counter dynamically allocated.
[thirdparty/gcc.git] / .gitignore
index bda55a383990eecd0fa7b5801bff81fbf192f823..d9d3967a12c6c2a32caad71e1e82d1080a9bcb3d 100644 (file)
@@ -32,6 +32,13 @@ POTFILES
 TAGS
 TAGS.sub
 
+.local.vimrc
+.lvimrc
+
+.clang-format
+.clangd
+compile_commands.json
+
 .gdbinit
 .gdb_history
 
@@ -40,3 +47,13 @@ core
 !core/
 
 lost+found
+
+# ignore ./contrib/gcc_update output
+LAST_UPDATED
+REVISION
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*