summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 09071ca..dae5c0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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]