On Tue, 27 May 2025 21:59:05 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> The file types .rej and .orig are often created by diff tools. Adding them to > .gitignore will help people from mistakenly committing these files. > > See https://github.com/openjdk/jdk/pull/25306#discussion_r2102407122 for an > example of where this happened. This does seem like a reasonably easy check for jcheck to perform, at least in theory. It could be configured with a regex for file name patterns we don't want. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25474#issuecomment-2931607074