Skip to content

Commit

Permalink
Ignore all coverage files from Git
Browse files Browse the repository at this point in the history
Since #1542, coverage creates parallel files, with names like `.coverage.<hostname>.<pid>.<someothernumber>`, which need ignoring too.
  • Loading branch information
adamchainz authored and tim-schilling committed Dec 20, 2021
1 parent 842c0d7 commit 46b661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*~
.idea
build
.coverage
.coverage*
dist
django_debug_toolbar.egg-info
docs/_build
Expand Down

0 comments on commit 46b661f

Please sign in to comment.