Skip to content

Commit 07ab721

Browse files
committed
Improve .gitignore - .coverage*
During test runs coverage writes lot of temporary files, which show up in interactive git tools, and makes then unresponsive until the test finishes.
1 parent 5bb8b0a commit 07ab721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ build/
66
*.egg-info/
77
*.so
88
.idea
9-
.coverage
9+
.coverage*

0 commit comments

Comments
 (0)