Skip to content

Commit

Permalink
Merge pull request #1666 from EliahKagan/gitignore-coverage-tempfiles
Browse files Browse the repository at this point in the history
Don't track code coverage temporary files
  • Loading branch information
Byron authored Sep 19, 2023
2 parents d46ba96 + 4071518 commit be248aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ venv/
/lib/GitPython.egg-info
cover/
.coverage
.coverage.*
/build
/dist
/doc/_build
Expand Down

0 comments on commit be248aa

Please sign in to comment.