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 pull request has now been integrated. Changeset: 7bd8375f Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7bd8375fe49eedecae7b2a1c75e7efb5ab06b22d Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8357920: Add .rej and .orig to .gitignore Reviewed-by: syan, erikj ------------- PR: https://git.openjdk.org/jdk/pull/25474