Added .gitignore
authorMikael Hallendal <micke@imendio.com>
Fri, 2 Feb 2007 14:22:27 +0000 (15:22 +0100)
committerMikael Hallendal <micke@imendio.com>
Fri, 2 Feb 2007 14:22:27 +0000 (15:22 +0100)
.gitignore [new file with mode: 0644]
examples/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ac64e9d
--- /dev/null
@@ -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
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644 (file)
index 0000000..866757f
--- /dev/null
@@ -0,0 +1,7 @@
+lm-change-password
+lm-register
+lm-send-async
+lm-send-sync
+test-http-proxy
+test-lm
+test-tunnel
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..c7c5f04
--- /dev/null
@@ -0,0 +1,2 @@
+test-objects
+test-parser