Mercurial > hg > libxtract
changeset 160:f7d0b6607193
Add .gitignore
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 31 May 2013 22:43:17 +0100 |
parents | 71870680f7c1 |
children | 246c203cc733 |
files | .gitignore |
diffstat | 1 files changed, 56 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Fri May 31 22:43:17 2013 +0100 @@ -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*