diff --git a/sandbox/release.py b/sandbox/release.py index 09d0fcd64..1b8574962 100644 --- a/sandbox/release.py +++ b/sandbox/release.py @@ -94,7 +94,8 @@ if __name__ == '__main__': print 'Cleaning up generated documentation.' shutil.rmtree('docs/plugins') configFiles = ('docs/config.html', 'docs/plugins.html', - 'docs/commands.html', 'docs.tar.bz2') + 'docs/commands.html', 'docs.tar.bz2', 'test-conf', + 'test-data', 'test-logs', 'tmp') for fn in configFiles: os.remove(fn)