I have been using git from past few months and I like git. I was wondering if there is a command which can show list of ignored files in a project.
I tried this git status --ignored
from root directory of the project but it doesn't seem to be sufficient.