Add doc to cleanup
This commit is contained in:
parent
f4ced6392f
commit
55d257cecd
@ -32,7 +32,7 @@ from fnmatch import fnmatch
|
|||||||
recursive_lint = ('__pycache__', '*.pyc')
|
recursive_lint = ('__pycache__', '*.pyc')
|
||||||
lint = ('build', 'dist', 'pkg/pkg', 'pkg/qutebrowser-*.pkg.tar.xz', 'pkg/src',
|
lint = ('build', 'dist', 'pkg/pkg', 'pkg/qutebrowser-*.pkg.tar.xz', 'pkg/src',
|
||||||
'pkg/qutebrowser', 'qutebrowser.egg-info', 'setuptools-*.egg',
|
'pkg/qutebrowser', 'qutebrowser.egg-info', 'setuptools-*.egg',
|
||||||
'setuptools-*.zip')
|
'setuptools-*.zip', 'doc/qutebrowser.asciidoc', 'doc/qutebrowser.html')
|
||||||
|
|
||||||
|
|
||||||
def remove(path):
|
def remove(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user