Update cleanup.py

This commit is contained in:
Florian Bruhin 2014-07-23 21:41:30 +02:00
parent ec342c69a7
commit b6511156f9

View File

@ -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):