summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-05 16:07:39 -0300
committerEuAndreh <eu@euandre.org>2024-04-05 17:08:08 -0300
commitea60b1b08015060a08b1ead38e4e81c44a88017f (patch)
tree9be302cafc856410383e1b1ab315f8b1a371153d /.gitignore
parentgit mv meta.capim meta.weave (diff)
downloadpindaiba-ea60b1b08015060a08b1ead38e4e81c44a88017f.tar.gz
pindaiba-ea60b1b08015060a08b1ead38e4e81c44a88017f.tar.xz
Move unit tests out of src/*.c into tests/
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]