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