Skip to content

Commit 56effc1

Browse files
committed
Update .gitignore to hide files produces by the coverage run
1 parent 49b9868 commit 56effc1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ doc/reference/*.inc
1616
.vscode
1717

1818
# Files from test of code coverage
19-
coverage.xml
19+
.coverage
20+
*.lcov
21+
dpnp/**/*.cxx
22+
dpnp_pytest.*
2023

2124
# Backup files kept after git merge/rebase
2225
*.orig

0 commit comments

Comments
 (0)