Skip to content

Commit

Permalink
More precise gitignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 23, 2025
1 parent 42601b9 commit a09b650
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions fuzz/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
artifacts/
corpus/
coverage/
target/
/artifacts/
/corpus/
/coverage/
/target/
/Cargo.lock

0 comments on commit a09b650

Please sign in to comment.