check-manifest: Ignore generated cheatsheet images

This commit is contained in:
Florian Bruhin 2020-12-30 12:53:01 +01:00
parent bde129b4cf
commit 23198a1592
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ passenv =
deps =
-r{toxinidir}/misc/requirements/requirements-check-manifest.txt
commands =
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,qutebrowser/html/doc/img/cheatsheet-*.png,*/__pycache__'
[testenv:docs]
basepython = {env:PYTHON:python3}