diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 74 |
1 files changed, 73 insertions, 1 deletions
@@ -1,2 +1,74 @@ *.swp -build/* +*.o +*.lo +*.la +*.pc +*.log +*.exe +*~ +.kateconfig +configure +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.* +depcomp +doxygen.cfg +install-sh +libtool +ltmain.sh +missing +stamp-h1 +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +src/Makefile +src/Makefile.in +src/.libs +src/.deps +fuzz/.deps +fuzz/.libs +include/Makefile +include/Makefile.in +libcnary/Makefile +libcnary/Makefile.in +libcnary/.libs +libcnary/.deps +tools/Makefile +tools/Makefile.in +tools/.libs +tools/.deps +tools/plistutil +test/Makefile +test/Makefile.in +test/.libs +test/.deps +test/plist_cmp +test/plist_test +test/plist_test++ +test/plist_btest +test/plist_jtest +test/plist_otest +test/integer_set_test +test/xml_behavior_test +test/data/*.out +test/*.trs +cython/Makefile +cython/Makefile.in +cython/.deps +cython/.libs +cython/plist.c +test-driver + +# Generated test output files +test/data/*.test.bin +test/data/*.test.signed.bin +test/data/*.test.unsigned.bin +test/data/*.test.unsigned.xml +test/data/*.test.tz*.bin +test/data/*.test.tz*.xml +test/data/*.test.xml |
