From ed7bf08186d83cc82d06ed191fea73e9e18174b2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 2 Jan 2024 05:34:17 -0300 Subject: Makefile: Add support for LLVM fuzzer --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3