Skip to content

Commit 182b7c2

Browse files
committed
More precise gitignore patterns
1 parent fc5bf6b commit 182b7c2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-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

0 commit comments

Comments
 (0)