RFR: 8357920: Add .rej and .orig to .gitignore

Erik Joelsson erikj at openjdk.org
Fri May 30 13:07:59 UTC 2025


On Fri, 30 May 2025 08:44:37 GMT, Erik Gahlin <egahlin at 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


More information about the build-dev mailing list