diff options
-rw-r--r-- | .gitignore | 56 |
1 files changed, 56 insertions, 0 deletions
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* |