From 6dcd9cab3614095a7550d1234829e34a08535473 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 24 Jul 2010 20:24:05 +0800 Subject: [PATCH] build: Add a simple gitignore file... We can not ignore the build files right now as they are checked in and we would need to remove that from repo first. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f9bd6bcd --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +aclocal.m4 +*.o +*.lo +*.a +*.la +.deps +.libs