Fix htmlcov path in .gitignore.
This commit is contained in:
parent
8351c6d951
commit
8d8b46604d
|
|
@ -20,7 +20,7 @@ __pycache__
|
||||||
/qutebrowser/html/doc/
|
/qutebrowser/html/doc/
|
||||||
/.venv
|
/.venv
|
||||||
/.coverage
|
/.coverage
|
||||||
/.htmlcov
|
/htmlcov
|
||||||
/.coverage.xml
|
/.coverage.xml
|
||||||
/.tox
|
/.tox
|
||||||
/testresults.html
|
/testresults.html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue