[lockdev-devel] [PATCH 06/10] Add basic .gitignore

Roger Leigh rleigh at debian.org
Sun Feb 28 00:00:06 UTC 2010


---
 .gitignore |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f775fcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*~
+*.o
+*.lo
+*.a
+*.so
+Makefile.in
+.deps
+.libs
+*.la
+*.pc
+*.gmo
+Makefile
+ABOUT-NLS
+INSTALL
+stamp-h1
+aclocal.m4
+config.h
+config.h.in
+config.log
+config.status
+configure
+libtool
+autom4te.cache
+m4
+build-stamp
+*.bz2
+ChangeLog
+VERSION
+.gdb_history
-- 
1.7.0




More information about the lockdev-devel mailing list