Add dist to cleanup

This commit is contained in:
Florian Bruhin 2014-05-13 23:12:13 +02:00
parent 069bf8363f
commit b635d8b98e

View File

@ -27,7 +27,7 @@ from fnmatch import fnmatch
recursive_lint = ['__pycache__', '*.pyc']
lint = ['build', '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',
'setuptools-*.zip']