added clean to bin, used for cleaning up all the crap that builds up.

This commit is contained in:
Jeppe Klitgaard 2015-04-01 23:08:15 +02:00
parent 00dd2f3345
commit edacd24c81

6
bin/clean Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm -v coverage.xml
rm -v MANIFEST
rm -v nosetests.xml
rm -rv build