summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclean.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
new file mode 100755
index 000000000000..1f17c453ac38
--- /dev/null
+++ b/clean.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+while read LINE
+ do rm -rv $LINE
+done < .gitignore \ No newline at end of file