Skip to content

Commit ec6fa52

Browse files
committed
fix(rust): Make sure coverage files don't end up in git
1 parent ce947a4 commit ec6fa52

File tree

3 files changed

+4
-35054
lines changed

3 files changed

+4
-35054
lines changed

rust/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ Cargo.lock
1414

1515
# MSVC Windows builds of rustc generate these, which store debugging information
1616
*.pdb
17+
18+
# Coverage Info
19+
cat-libs.junit-report.xml
20+
cat-libs.coverage.info

0 commit comments

Comments
 (0)