diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-04-20 06:01:30 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-05-25 03:52:37 +0300 |
commit | 1ae41598f482616449f869daf53eebe37973dc27 (patch) | |
tree | e72e5ae21be50b4567c72f1bed29df8dece46399 /arch/riscv | |
parent | f83050a82d4f0b1cbf48ed458752bb913633d7ee (diff) | |
download | linux-1ae41598f482616449f869daf53eebe37973dc27.tar.xz |
RISC-V: ignore xipImage
This built file shows up in "git status" without an explicit ignore.
Reviewed-by: Guo Ren <guoren@kernel.org>
Link: https://lore.kernel.org/r/20220420184056.7886-3-palmer@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/boot/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |