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