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

Kim Barrett kbarrett at openjdk.org
Mon Jun 2 07:26:55 UTC 2025


On Fri, 30 May 2025 20:58:55 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> > Why would you want to do that?
> 
> To see what I couldn't merge or apply without a conflict.

+1

I think I hate this change.  I just wasted some time on that very problem.

If those files exist, they are interesting. They just shouldn't be committed. This change treats them as uninteresting.
I don't know what a better solution is, as I'm not a git (or perhaps jcheck?) expert. But something that only prevents
committing would be very much better.

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

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


More information about the build-dev mailing list