Skip to content

Commit

Permalink
added distclean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Nov 12, 2017
1 parent 03e5e7a commit c0a269f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distclean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

python setup.py clean
rm -r MANIFEST dist/* build/* Lib/*.egg-info .tox
rm Lib/_ldap.so Lib/*.py? Lib/ldap/*.py? Lib/ldap/*/*.py? Tests/*.py? *.py?

0 comments on commit c0a269f

Please sign in to comment.