summaryrefslogtreecommitdiff
path: root/cleanProject.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cleanProject.sh')
-rwxr-xr-xcleanProject.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/cleanProject.sh b/cleanProject.sh
deleted file mode 100755
index 703788cc..00000000
--- a/cleanProject.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-git checkout -- \*
-git checkout -- \.\*
-
-rm -r ./ics-openvpn
-rm -r ./build
-rm -r ./app/build
-rm -r ./go/lib/*
-rm -r ./currentReleases
-git submodule sync --recursive
-git submodule update --init --recursive