summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclean3
1 files changed, 0 insertions, 3 deletions
diff --git a/clean b/clean
deleted file mode 100755
index a4f644205d28..000000000000
--- a/clean
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-list=($(<.gitignore))
-rm -rf ${list[@]}