From b635d8b98ebda4a4966b22de172b34279e54487a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 13 May 2014 23:12:13 +0200 Subject: [PATCH] Add dist to cleanup --- scripts/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup.py b/scripts/cleanup.py index 60f569c80..001ec0452 100644 --- a/scripts/cleanup.py +++ b/scripts/cleanup.py @@ -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']