Skip to content

Commit ffc417a

Browse files
committed
More precise gitignore patterns
1 parent 48f77c5 commit ffc417a

File tree

2 files changed

+11
-10
lines changed

2 files changed

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

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
artifacts/
2-
corpus/
3-
coverage/
4-
hfuzz_target/
5-
hfuzz_workspace/
6-
in/
7-
out/
8-
target/
1+
/artifacts/
2+
/corpus/
3+
/coverage/
4+
/hfuzz_target/
5+
/hfuzz_workspace/
6+
/in/
7+
/out/
8+
/target/
9+
/Cargo.lock

0 commit comments

Comments
 (0)