]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitignore
Don't build readline/libreadline.a, when --with-system-readline is supplied
[thirdparty/gcc.git] / .gitignore
index d9eeaf2ed7a2e2415b0637282fd1b5e8b08bd2b2..5cc4a0fdfa61507ab6dfd26b04df37c2e64419f8 100644 (file)
@@ -6,6 +6,7 @@
 *~
 .#*
 *#
+.*.swp
 
 *.flt
 *.gmo
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
 
 autom4te.cache
 config.cache
-config.h
+# GCC does not support in-tree builds, do not conceal a stray config.h:
+# config.h
 config.intl
 config.log
 config.status
@@ -31,6 +34,7 @@ POTFILES
 
 TAGS
 TAGS.sub
+cscope.out
 
 .local.vimrc
 .lvimrc
@@ -38,11 +42,15 @@ TAGS.sub
 .clang-format
 .clang-tidy
 .clangd
+.cache
 compile_commands.json
 
 .gdbinit
 .gdb_history
 
+perf.data
+perf.data.old
+
 # ignore core files, but not java/net/protocol/core/
 core
 !core/
@@ -53,6 +61,9 @@ lost+found
 LAST_UPDATED
 REVISION
 
+stamp-*
+*.stamp
+
 # ignore in-tree prerequisites
 /mpfr*
 /mpc*