Skip to content

Commit 46b661f

Browse files
adamchainztim-schilling
authored andcommitted
Ignore all coverage files from Git
Since #1542, coverage creates parallel files, with names like `.coverage.<hostname>.<pid>.<someothernumber>`, which need ignoring too.
1 parent 842c0d7 commit 46b661f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*~
44
.idea
55
build
6-
.coverage
6+
.coverage*
77
dist
88
django_debug_toolbar.egg-info
99
docs/_build

0 commit comments

Comments
 (0)