fuzz: add code coverage artifacts to ignore file

This commit is contained in:
y
2023-09-19 16:15:49 -04:00
parent 2d41e54f14
commit cd3334806d

4
fuzz/.gitignore vendored
View File

@@ -3,3 +3,7 @@ artifacts/
corpus
coverage
Cargo.lock
# Code coverage artifacts
*.html
*.profdata