added egg to cleanup

pull/11975/head
Brian Coca 11 years ago
parent 950622cebd
commit 87926cbb33

@ -138,6 +138,7 @@ clean:
@echo "Cleaning up distutils stuff"
rm -rf build
rm -rf dist
rm -rf lib/ansible.egg-info/
@echo "Cleaning up byte compiled python stuff"
find . -type f -regex ".*\.py[co]$$" -delete
@echo "Cleaning up editor backup files"

Loading…
Cancel
Save