From 364e19dc96d97c0b38eeb389054e9d990ae47f11 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 9 Apr 2025 20:49:36 +0200 Subject: add first fuzz binary --- fuzz/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fuzz/.gitignore (limited to 'fuzz/.gitignore') diff --git a/fuzz/.gitignore b/fuzz/.gitignore new file mode 100644 index 0000000..1a45eee --- /dev/null +++ b/fuzz/.gitignore @@ -0,0 +1,4 @@ +target +corpus +artifacts +coverage -- cgit v1.2.3