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