From cefffde9af704bc9b4146206a852972745941eda Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 14 Jun 2022 18:07:28 +0200 Subject: [PATCH] Improve the .gitignore of the fuzz crate --- milli/fuzz/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/milli/fuzz/.gitignore b/milli/fuzz/.gitignore index cb73742e4..ebf2c9395 100644 --- a/milli/fuzz/.gitignore +++ b/milli/fuzz/.gitignore @@ -1,2 +1,5 @@ +Cargo.lock +target/ + /corpus/ /artifacts/