Using gen_int_mode instead of GEN_INT to avoid ICE caused by type promotion.
[gcc.git] / .gitignore
index bda55a383990eecd0fa7b5801bff81fbf192f823..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
 
@@ -40,3 +48,13 @@ core
 !core/
 
 lost+found
+
+# ignore ./contrib/gcc_update output
+LAST_UPDATED
+REVISION
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*