summarylogtreecommitdiffstats
path: root/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/clean.sh b/clean.sh
deleted file mode 100755
index 4540329125c8..000000000000
--- a/clean.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/bash
-
-rm -rf */ || true
-rm *.tar* || true
-dotnet clean || true
-git clean -f || true
-git reset --hard || true