diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,7 +1,13 @@ +/*.a +/src/config.h *.o -*.lo -*.a -*.so -*.so.1 -lib/musl-gcc.specs -/obj/ +*.to +*.xa +*.bin +/src/*.c.txt +/src/*.cat +/doc/*.[0-9] +/tests/fuzz/*.o +/tests/fuzz/*.xa +/tests/fuzz/*.bin +/tests/fuzz/corpus/ |
