diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -49,10 +49,26 @@ 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 |
