From 1ae41598f482616449f869daf53eebe37973dc27 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 19 Apr 2022 20:01:30 -0700 Subject: [PATCH] RISC-V: ignore xipImage This built file shows up in "git status" without an explicit ignore. Reviewed-by: Guo Ren Link: https://lore.kernel.org/r/20220420184056.7886-3-palmer@rivosinc.com Signed-off-by: Palmer Dabbelt --- arch/riscv/boot/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore index 90e66ad..0cea9f7 100644 --- a/arch/riscv/boot/.gitignore +++ b/arch/riscv/boot/.gitignore @@ -4,3 +4,4 @@ Image.* loader loader.lds loader.bin +xipImage -- 2.7.4