[PATCH] add .gitignore

Mike Frysinger vapier at gentoo.org
Sun Feb 22 04:41:28 UTC 2009


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 .gitignore |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7977f44
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+*.o
+.deps
+.libs
+
+Makefile
+Makefile.in
+
+/aclocal.m4
+/autom4te.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/missing
+/stamp-h1
+
+/strace
-- 
1.6.1.3





More information about the Strace-devel mailing list