Added .gitignore
authorMikael Hallendal <micke@imendio.com>
Fri, 02 Feb 2007 15:22:27 +0100
changeset 199 59fdf7188340
parent 195 c6ae0ebc7733
child 200 7dc7f9b09317
Added .gitignore
.gitignore
examples/.gitignore
tests/.gitignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Fri Feb 02 15:22:27 2007 +0100
@@ -0,0 +1,24 @@
+Makefile
+Makefile.in
+*.la
+*.lo
+*.o
+.deps
+.libs
+ltmain.sh
+missing
+stamp-h1
+configure
+config.h*
+config.log
+config.status
+config.sub
+depcomp
+aclocal.m4
+autom4te*
+config.guess
+gtk-doc.make
+install-sh
+libtool
+*.pc
+*.spec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/.gitignore	Fri Feb 02 15:22:27 2007 +0100
@@ -0,0 +1,7 @@
+lm-change-password
+lm-register
+lm-send-async
+lm-send-sync
+test-http-proxy
+test-lm
+test-tunnel
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/.gitignore	Fri Feb 02 15:22:27 2007 +0100
@@ -0,0 +1,2 @@
+test-objects
+test-parser