From 05f097267832d442e3ff2f55ec6f8d7240ca2a6a Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:22:22 -0700 Subject: [PATCH] ci(fuzz): Update .gitignore so intermediate versions of the fuzz corpus aren't committed --- fuzz/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fuzz/.gitignore b/fuzz/.gitignore index 35ae8a00..1f7718d1 100644 --- a/fuzz/.gitignore +++ b/fuzz/.gitignore @@ -1,2 +1,5 @@ target artifacts +corpus +!corpus/fuzz_read/ +!corpus/fuzz_write/ \ No newline at end of file