From time to time we need to see which files are ignored, because .gitignore might contain a mistake, or we intentionally want to stage an ignored file, etc.
git check-ignore -v * works from nix terminals, and git status --ignored is less verbose.