diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ /*.a +/*.bin /src/config.h /src/*.o -/src/*.to -/src/*.a -/src/*.bin -/src/*.c.txt /src/*.cat -/doc/*.[0-9] +/tests/*.o +/tests/*.a +/tests/*.bin +/tests/*.c.txt /tests/fuzz/*.o /tests/fuzz/*.a /tests/fuzz/*.bin /tests/fuzz/corpus/ -/tests/slurp.o +/doc/*.[0-9] |
