Add docs, build and dist to clean script

This commit is contained in:
Ben Firshman 2014-05-01 17:17:23 +01:00
parent 52f994cf04
commit 8251dec587
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
find . -type f -name '*.pyc' -delete
rm -rf docs/_site build dist