Jonathan Nieder wrote:
Jeff King wrote:
quoted
If you really want a list of ignored files, I think you are stuck
comparing the output of "git ls-files -o" and "git ls-files -o
--exclude-standard".
"git clean -n -d" may help.
err, "git clean -n -d -X".
I am also not sure how stable the "Would remove " output format is,
or how stable we want it to be. Probably not stable at all, so
sorry about that.
Jonathan