From 2135ad723dce9654f1844ec4f76f06c9e240be98 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Fri, 8 Jul 2011 19:09:07 +0300 Subject: Initial commit to git. --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 + -- cgit v1.2.3