diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2013-05-31 22:43:17 +0100 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2013-05-31 22:47:29 +0100 |
commit | 962c5fe017b588f59b21585c847ef6b67898cbf7 (patch) | |
tree | 40dcf7b9244d24e70a387244e0d2139801eff89a | |
parent | 27363087789ac207a034ed65cc6024ea2f147d81 (diff) | |
download | LibXtract-962c5fe017b588f59b21585c847ef6b67898cbf7.tar.gz LibXtract-962c5fe017b588f59b21585c847ef6b67898cbf7.tar.bz2 LibXtract-962c5fe017b588f59b21585c847ef6b67898cbf7.zip |
Add .gitignore
-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* |