Commit 7c7700af authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use git clean to clean up

parent 934a57a1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,11 +10,16 @@ echo "Python executable: ${PY_EXE}"
echo "PYOPENCL_TEST: ${PYOPENCL_TEST}"
echo "-----------------------------------------------"

# {{{ clean up

rm -Rf .env
rm -Rf build
find -name '*.pyc' -delete

rm -Rf env
git clean -fdx

# }}}

git submodule update --init --recursive