cd src
find -name "*.git*" -exec rm -rf "{}" \;
cd ..
find -name ".cipd*" -exec rm -rf "{}" \;