Sometimes I have a directory in my server repo that isn't ignored, shouldn't be committed, and I don't want to move it. "git status" just tells me that this directory is untracked. Fine. But arc diff warns me about every single file in the directory. This is pages and pages of stuff I already know. Could that please be condensed to just the untracked directory itself?
And yes, I know how I can ignore that directory using git's many ignore features. But I don't want to ignore it in git -- I want to be reminded that this untracked directory exists. I also don't mind having to tell arc "yes, go ahead". My objection is purely against the many pages of filenames that arc prints (scrolling previous output out of the way).