mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add coverage.py to gitignore
This commit is contained in:
parent
e1cb484d2d
commit
58ee2af43c
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
htmlcov
|
||||||
|
.coverage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue