From 962c5fe017b588f59b21585c847ef6b67898cbf7 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 31 May 2013 22:43:17 +0100 Subject: Add .gitignore --- .gitignore | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58bb8c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.pd_* +examples/simpletest/simpletest + +# http://www.gnu.org/software/automake + +Makefile.in +Makefile + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing + +*.lo +*.la +m4/* +*.pc +libtool +ltmain.sh + +*.deps +*.libs +config.guess +config.log +config.status +config.sub +config.h +config.h.in +py-compile +stamp-h1 + +# sublime + +*sublime* -- cgit v1.2.3