summaryrefslogtreecommitdiff
path: root/scripts/cleanProject.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cleanProject.sh')
-rwxr-xr-xscripts/cleanProject.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/cleanProject.sh b/scripts/cleanProject.sh
index 058ef20e..c1d5df7a 100755
--- a/scripts/cleanProject.sh
+++ b/scripts/cleanProject.sh
@@ -9,7 +9,13 @@ git checkout -- \.\*
rm -r $BASE_DIR/ics-openvpn
rm -r $BASE_DIR/build
rm -r $BASE_DIR/app/build
-rm -r $BASE_DIR/go/lib/*
+rm -r $BASE_DIR/bitmaskcore/lib/*
rm -r $BASE_DIR/currentReleases
+rm -r $BASE_DIR/tor-android/build
+rm -r $BASE_DIR/tor-android/tor-android-binary/build
+rm -r $BASE_DIR/tor-android/external/bin
+rm -r $BASE_DIR/tor-android/external/include/
+rm -r $BASE_DIR/tor-android/external/*.build-stamp
+rm -r $BASE_DIR/tor-android/external/lib
git submodule sync --recursive
git submodule update --init --recursive