Merge pull request #167 from jethrokuan/master

Clear ignored files on cleanup
This commit is contained in:
Jorge Bucaran 2016-03-23 00:22:07 +09:00
commit 4d23cf7195
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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