]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitignore
Remove unnecessary string literals from static_assert in C++17 tests
[thirdparty/gcc.git] / .gitignore
index ab97ac67cb41081c8175516daa64e5dc23e8e1fe..b53f60db79205a7889705e8b211596a70f53b404 100644 (file)
@@ -35,6 +35,8 @@ TAGS.sub
 .local.vimrc
 .lvimrc
 
+.clang-format
+
 .gdbinit
 .gdb_history
 
@@ -47,3 +49,9 @@ lost+found
 # ignore ./contrib/gcc_update output
 LAST_UPDATED
 REVISION
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*