From c6a18a9ba6fc0a237f28e7c98396e48928c08047 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 15 May 2022 14:17:18 -0700 Subject: [PATCH] Copy cargo-fuzz generated gitignore --- fuzz/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fuzz/.gitignore diff --git a/fuzz/.gitignore b/fuzz/.gitignore new file mode 100644 index 0000000..a092511 --- /dev/null +++ b/fuzz/.gitignore @@ -0,0 +1,3 @@ +target +corpus +artifacts