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.
This commit is contained in:
Holger Hans Peter Freyther 2010-07-24 20:24:05 +08:00
parent c451115c4e
commit 6dcd9cab36
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
aclocal.m4
*.o
*.lo
*.a
*.la
.deps
.libs