[PATCH] ignore core/compile files

Mike Frysinger vapier at gentoo.org
Thu Feb 26 05:35:38 UTC 2015


Newer autotools includes a compile helper script.

* .gitignore: Add /compile and core.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 770bba7..13b6afc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
 .version
 .*.swp
 *.gdb
+core
 .gdbinit
 .gdb_history
 
@@ -16,6 +17,7 @@ Makefile.in
 
 /aclocal.m4
 /autom4te.cache
+/compile
 /config.guess
 /config.h
 /config.h.in
-- 
2.3.0





More information about the Strace-devel mailing list