On Fri, 30 May 2025 08:44:37 GMT, Erik Gahlin <egah...@openjdk.org> wrote:

> Not sure this is helping.
> 
> When I do "git status" now, I can't see the *.rej files, so I have to remove 
> the filter from .gitignore.

To see ignored files, there is a switch:


git status --ignored


It will show all ignored files and directories though so includes the build 
dir, but could still help you.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25474#issuecomment-2922346540

Reply via email to