

(Merged by Junio C Hamano - gitster - in commit 075bc9c, ) Improve performance of git status -ignored See commit 5aaa7fd () by Jameson Miller ( jamill). The codepath has been optimized to avoid this overhead. Tracked path is ignored, still enumerated all the ignored paths in

" git status -ignored", when noticing that a directory without any

Another aspect of git status which will be improved (in Git 2.14.x/2.15, Q4 2017) is when it shows ignored files as well ( git status -ignored)
