Skip to content

Commit 87f78da

Browse files
committed
More precise gitignore patterns
1 parent 4134f11 commit 87f78da

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
target/
2-
Cargo.lock
1+
/target/
2+
/Cargo.lock

fuzz/.gitignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
artifacts/
2-
corpus/
3-
coverage/
4-
target/
1+
/artifacts/
2+
/corpus/
3+
/coverage/
4+
/target/
5+
/Cargo.lock

tests/crate/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target/
2+
/Cargo.lock

0 commit comments

Comments
 (0)