Quellcode durchsuchen

fuzz: add code coverage artifacts to ignore file

y vor 2 Jahren
Ursprung
Commit
cd3334806d
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      fuzz/.gitignore

+ 4 - 0
fuzz/.gitignore

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