Automatic date update in version.in
[deliverable/binutils-gdb.git] / .gitignore
index bda55a383990eecd0fa7b5801bff81fbf192f823..4460159c84260af7fdceb36fc28974c1e777243f 100644 (file)
@@ -15,6 +15,7 @@
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -32,6 +33,11 @@ POTFILES
 TAGS
 TAGS.sub
 
+.local.vimrc
+.lvimrc
+
+.clang-format
+
 .gdbinit
 .gdb_history
 
@@ -40,3 +46,16 @@ core
 !core/
 
 lost+found
+
+# ignore ./contrib/gcc_update output
+LAST_UPDATED
+REVISION
+
+stamp-*
+*.stamp
+
+# ignore in-tree prerequisites
+/mpfr*
+/mpc*
+/gmp*
+/isl*
This page took 0.023627 seconds and 4 git commands to generate.