Using gen_int_mode instead of GEN_INT to avoid ICE caused by type promotion.
[gcc.git] / .gitignore
index e9b56be604edebd495b9c26cee383fa04aa1abda..d9eeaf2ed7a2e2415b0637282fd1b5e8b08bd2b2 100644 (file)
@@ -32,6 +32,14 @@ POTFILES
 TAGS
 TAGS.sub
 
+.local.vimrc
+.lvimrc
+
+.clang-format
+.clang-tidy
+.clangd
+compile_commands.json
+
 .gdbinit
 .gdb_history
 
@@ -44,3 +52,9 @@ lost+found
 # ignore ./contrib/gcc_update output
 LAST_UPDATED
 REVISION
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*