[PATCH] ignore more files
Mike Frysinger
vapier at gentoo.org
Thu May 2 03:34:56 UTC 2013
* .gitignore: Add gdb and test related files.
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index ca5703f..83c2829 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,8 @@
.libs
.version
.*.swp
+.gdbinit
+.gdb_history
/ChangeLog
/CREDITS
@@ -31,6 +33,10 @@ Makefile.in
/ioctlsort
/strace
+/test-driver
+/tests/*.log
+/tests/*.trs
+
/linux/ioctlent.h
/strace-*.tar.xz
--
1.8.2.1
More information about the Strace-devel
mailing list