From 2e71cdfc943943b8bf50ae24dac69553ccaa7829 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Tue, 22 Mar 2016 23:02:49 +0800 Subject: [PATCH] Clear ignored files on 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