Description: Remove git clean from distclean target
Forwarded: no
Last-Update: <2017-02-08>

diff --git a/Makefile b/Makefile
index 4ba229d..eaf1015 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
 
 
 distclean: clean
-	git clean -fxd
+# git clean -fxd
 
 
 build:
