X-Git-Url: https://www.flypig.org.uk/git/?p=libcontrac.git;a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=05a8e3eda521408c402108f1cca4825cb73890bc;hp=0000000000000000000000000000000000000000;hb=6363e0dda9e755471c49b13b90737c6a134d263e;hpb=877612e2a70153f371fe29500baec1477007ef9d diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05a8e3e --- /dev/null +++ b/.gitignore @@ -0,0 +1,73 @@ +# Object files +*.o +*.def +*.exp + +# Libraries +*.lib +*.a +.libs/ +/libcontrac-0.pc +/libtool + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib +*.lo +*.la + +# Executables +*.exe +*.out +*.app +*.pyc +/tests/test_contrac + +# autoconf + +/autom4te.cache/ +/.dirstamp +Makefile +Makefile.in +/assets/Makefile +/assets/icons/Makefile +/config.h +/config.log +/config.status +/knot3d +/debian/knot3d.debhelper.log +/debian/knot3d/ +/src/Makefile +/stamp-h1 +.deps/ +/config/ +/m4/ +/doxyfile +configure +aclocal.m4 +config.h.in + +# Tests +tests/*.log +tests/*.trs + +# Specific files +.knot.xml + + + + + + + + + + + + + + + +