about summary refs log tree commit diff stats
path: root/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
index 6b09e59..76b8b67 100755
--- a/clean.sh
+++ b/clean.sh
@@ -14,5 +14,9 @@ set -u
 echo "Cleaning Project..."
 set -x
 rm -rf $CONFIG_BUILD_DIR
+rm -rf app/
+rm -rf build-dir
+rm -rf flatpak_repo
+rm -rf .flatpak-builder/
 set +x
 echo "Done."