From e6fcdf08b2c7b92717febae1e2fb4d9c6efa99f7 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Wed, 1 Dec 2021 00:05:23 +0000 Subject: [PATCH] Update .gitignore in fuzz --- fuzz/.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fuzz/.gitignore b/fuzz/.gitignore index a092511..d932d31 100644 --- a/fuzz/.gitignore +++ b/fuzz/.gitignore @@ -1,3 +1,4 @@ -target -corpus -artifacts +target/ +corpus/ +artifacts/ +Cargo.lock