From b3a921c761309ae00a51fe348d8a43adbc54b518 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Sat, 1 Apr 2023 03:09:26 -0700 Subject: Add `honggfuzz` as an alternative fuzzer Closes GH-55. Reviewed-by: Titus Wormer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b40bec5..b8732b4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ unicode-data.txt fuzz/target fuzz/corpus fuzz/artifacts +fuzz/hfuzz_target +fuzz/hfuzz_workspace \ No newline at end of file -- cgit