summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-02 05:34:17 -0300
committerEuAndreh <eu@euandre.org>2024-01-02 05:36:34 -0300
commited7bf08186d83cc82d06ed191fea73e9e18174b2 (patch)
tree4efe745400370207b7de1a9d117bcdac073bee16 /.gitignore
parentMakefile: Move manpages and catalog discovery to mkdeps.sh (diff)
downloadpindaiba-ed7bf08186d83cc82d06ed191fea73e9e18174b2.tar.gz
pindaiba-ed7bf08186d83cc82d06ed191fea73e9e18174b2.tar.xz
Makefile: Add support for LLVM fuzzer
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a515310..3bd5ddd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,8 @@
/src/*.c.txt
/src/*.cat
/doc/*.[0-9]
-/tests/slurp.o
+/tests/fuzz/*.o
+/tests/fuzz/*.xa
+/tests/fuzz/*.bin
/tests/fuzz/corpus/
+/tests/slurp.o