We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f77c5 commit ffc417aCopy full SHA for ffc417a
.gitignore
@@ -1,2 +1,2 @@
1
-/target
2
-Cargo.lock
+/target/
+/Cargo.lock
fuzz/.gitignore
@@ -1,8 +1,9 @@
-artifacts/
-corpus/
3
-coverage/
4
-hfuzz_target/
5
-hfuzz_workspace/
6
-in/
7
-out/
8
-target/
+/artifacts/
+/corpus/
+/coverage/
+/hfuzz_target/
+/hfuzz_workspace/
+/in/
+/out/
9
0 commit comments