8357920: Add .rej and .orig to .gitignore

Reviewed-by: syan, erikj
This commit is contained in:
Magnus Ihse Bursie 2025-05-28 14:25:12 +00:00
parent 18285fc136
commit 7bd8375fe4

2
.gitignore vendored
View File

@ -23,3 +23,5 @@ NashornProfile.txt
/.gdbinit /.gdbinit
/.lldbinit /.lldbinit
**/core.[0-9]* **/core.[0-9]*
*.rej
*.orig