More precise gitignore patterns

This commit is contained in:
David Tolnay 2025-01-23 01:40:57 -08:00
parent 4134f119c0
commit 87f78da0f5
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 9 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
target/
Cargo.lock
/target/
/Cargo.lock

9
fuzz/.gitignore vendored
View File

@ -1,4 +1,5 @@
artifacts/
corpus/
coverage/
target/
/artifacts/
/corpus/
/coverage/
/target/
/Cargo.lock

2
tests/crate/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target/
/Cargo.lock