Message ID | 20220420184056.7886-3-palmer@rivosinc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | RISC-V: Various XIP fixes | expand |
Reviewed-by: Guo Ren <guoren@kernel.org> On Thu, Apr 21, 2022 at 2:48 AM Palmer Dabbelt <palmer@rivosinc.com> wrote: > > From: Palmer Dabbelt <palmer@rivosinc.com> > > This built file shows up in "git status" without an explicit ignore. > > Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com> > --- > arch/riscv/boot/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore > index 90e66adb7de5..0cea9f7fa9d5 100644 > --- a/arch/riscv/boot/.gitignore > +++ b/arch/riscv/boot/.gitignore > @@ -4,3 +4,4 @@ Image.* > loader > loader.lds > loader.bin > +xipImage > -- > 2.34.1 >
diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore index 90e66adb7de5..0cea9f7fa9d5 100644 --- a/arch/riscv/boot/.gitignore +++ b/arch/riscv/boot/.gitignore @@ -4,3 +4,4 @@ Image.* loader loader.lds loader.bin +xipImage