Skip to content

Commit

Permalink
Update fuzz crate gitignore to ignore coverage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 26, 2023
1 parent a408546 commit 07a3bfa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fuzz/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
corpus
artifacts
artifacts/
corpus/
coverage/
target/

0 comments on commit 07a3bfa

Please sign in to comment.