From 0dfed4b78898bd8ff80d956bbfd892ca5839045e Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Tue, 15 Mar 2016 11:22:23 +0800 Subject: [PATCH] Remove ignored files during cleanup --- functions/__fisher_path_update.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/__fisher_path_update.fish b/functions/__fisher_path_update.fish index aa0de9d..f7a0e24 100644 --- a/functions/__fisher_path_update.fish +++ b/functions/__fisher_path_update.fish @@ -5,7 +5,7 @@ function __fisher_path_update -a path git rebase --abort git fetch --quiet origin master git reset --quiet --hard FETCH_HEAD - git clean --quiet -d --force + git clean --quiet -dx --force end ^ /dev/null popd