diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-07-24 20:24:05 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-07-24 20:24:05 +0800 |
commit | 6dcd9cab3614095a7550d1234829e34a08535473 (patch) | |
tree | 67d829af88ebcf92429ccda48d27d49e5bffc354 | |
parent | c451115c4e6d6ff034a2306cf92e5fbbf1e6e0a8 (diff) |
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.
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
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 |