diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -54,6 +54,7 @@ test/plist_btest | |||
| 54 | test/plist_jtest | 54 | test/plist_jtest |
| 55 | test/plist_otest | 55 | test/plist_otest |
| 56 | test/integer_set_test | 56 | test/integer_set_test |
| 57 | test/xml_behavior_test | ||
| 57 | test/data/*.out | 58 | test/data/*.out |
| 58 | test/*.trs | 59 | test/*.trs |
| 59 | cython/Makefile | 60 | cython/Makefile |
| @@ -62,3 +63,12 @@ cython/.deps | |||
| 62 | cython/.libs | 63 | cython/.libs |
| 63 | cython/plist.c | 64 | cython/plist.c |
| 64 | test-driver | 65 | test-driver |
| 66 | |||
| 67 | # Generated test output files | ||
| 68 | test/data/*.test.bin | ||
| 69 | test/data/*.test.signed.bin | ||
| 70 | test/data/*.test.unsigned.bin | ||
| 71 | test/data/*.test.unsigned.xml | ||
| 72 | test/data/*.test.tz*.bin | ||
| 73 | test/data/*.test.tz*.xml | ||
| 74 | test/data/*.test.xml | ||
