Add dist to cleanup
This commit is contained in:
parent
069bf8363f
commit
b635d8b98e
@ -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']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user