diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2011-07-08 19:09:07 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2011-07-08 19:09:07 +0300 |
commit | 2135ad723dce9654f1844ec4f76f06c9e240be98 (patch) | |
tree | 31b94696aa7e3da71b823e8d856febb7ee245e5c /.gitignore | |
download | bindfs-2135ad723dce9654f1844ec4f76f06c9e240be98.tar.gz |
Initial commit to git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1cf07c --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Autotools stuff +Makefile.in +Makefile + +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing + +/config.log +/config.sub +/config.guess +/config.status +/config.h.in +/config.h +/libtool +/ltmain.sh +/stamp-h1 + +# C stuff + +*.o +.libs +.deps + +# Products + +src/bindfs + |