Remove __pycache__ in tools/clean-repo.

This commit is contained in:
Eklavya Sharma
2016-05-24 21:39:28 +05:30
committed by Tim Abbott
parent b6bd5445bc
commit c800c87d2d

View File

@@ -10,3 +10,4 @@ set -e
cd "$(dirname "$0")/.."
find . -name "*.pyc" -exec rm -f {} \;
find . -name "__pycache__" -prune -exec rm -rf {} \;