Added .gitignore
authorMikael Hallendal <micke@imendio.com>
Fri, 02 Feb 2007 15:20:28 +0100
changeset 198 6c7c4034896b
parent 195 c6ae0ebc7733
child 201 0c24c0f86c17
Added .gitignore
.gitignore
examples/.gitignore
tests/.gitignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Fri Feb 02 15:20:28 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:20:28 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:20:28 2007 +0100
@@ -0,0 +1,2 @@
+test-objects
+test-parser