Skip to content

Commit

Permalink
Added Makefile with clean command to remove extra files added by test…
Browse files Browse the repository at this point in the history
…ing and packaging
  • Loading branch information
Sureiya committed Nov 12, 2013
1 parent 490f061 commit 59870dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
clean:
rm -rf .coverage cover nosetests.xml coverage.xml .tox *.egg-info
find . -name '*.pyc' -exec rm '{}' ';'
find . -name '__pycache__' -exec rm -rf {} \;

0 comments on commit 59870dc

Please sign in to comment.