From 1d900269fcc402729e54782b0b38e8d766c3aa8c Mon Sep 17 00:00:00 2001 From: Wael Nasreddine Date: Thu, 10 Nov 2011 19:50:52 +0100 Subject: [PATCH] Rakefile: Clean the vimius folder (except the custom folder) before running submodules. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index cb6d8267..64e4834f 100644 --- a/Rakefile +++ b/Rakefile @@ -45,6 +45,7 @@ task :folders do end task :update do + sh "git clean -xdf --exclude=custom -- vimius" sh "git pull" sh "git submodule init" sh "git submodule update"