Skip to content

Commit

Permalink
Updated .gitignore to ignore certain coverage files named like '.cove…
Browse files Browse the repository at this point in the history
…rage.<machine-name>.NNNN.MMMM'.
  • Loading branch information
vsajip committed Sep 27, 2019
1 parent 592a730 commit 335b4e3
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 @@ -7,7 +7,7 @@
*.swp
*.pss
.DS_Store
.coverage
.coverage*
.eggs/
.pytest_cache/
.tox/
Expand Down

0 comments on commit 335b4e3

Please sign in to comment.