added egg to cleanup

This commit is contained in:
Brian Coca 2015-08-16 09:33:20 -04:00
parent 950622cebd
commit 87926cbb33

View file

@ -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"