Skip to content

Commit

Permalink
Update .gitignore to ignore intermediate coverage files (unit8co#2158)
Browse files Browse the repository at this point in the history
* Update .gitignore to ignore intermediate coverage files

Ignores files such as the following, which get created by coverage measurement tools:

.coverage.68a13e4de0d0.43514.XMNYGdrx
.coverage.68a13e4de0d0.43515.XjbvzNqx

* Update .gitignore

Get rid of one line

---------

Co-authored-by: Dennis Bader <[email protected]>
  • Loading branch information
felixdivo and dennisbader authored Jan 19, 2024
1 parent 68f72a7 commit 7fe7128
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 @@ -12,7 +12,7 @@ build/
dist/
examples/.ipynb_checkpoints/
runs/
.coverage
.coverage*
htmlcov
coverage.xml
.darts
Expand Down

0 comments on commit 7fe7128

Please sign in to comment.