From 55d257cecd49aa5326226242e0f3803a112b0125 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 17 Jul 2014 07:45:50 +0200 Subject: [PATCH] Add doc to cleanup --- scripts/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup.py b/scripts/cleanup.py index fd4dd2c42..f5cc2bec7 100644 --- a/scripts/cleanup.py +++ b/scripts/cleanup.py @@ -32,7 +32,7 @@ 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') + 'setuptools-*.zip', 'doc/qutebrowser.asciidoc', 'doc/qutebrowser.html') def remove(path):