This is a problem caused entirely by my own laziness. In some projects I tend to accumulate a bunch of temporary files that I don't want to delete yet, but don't want to commit either. And because they are just my local temp files, I don't want to .gitignore
them either.
Is there a way to make git status
only show untracked files if they have been modified in last X days?