Clear ignored files on cleanup

This commit is contained in:
Jethro Kuan 2016-03-22 23:02:49 +08:00
parent 2deff15c12
commit 2e71cdfc94

View file

@ -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