I have modified my .gitignore
file to keep it cleaner, but I expect it has the same behaviour than previously and I would like to check that it would not ignore any of my already tracked files (if they were not tracked).
How can I check it? Is there some way to list the tracked files that would be covered by the current .gitignore
rules (so ideally this list would be empty)?
Thanks!