diff options
author | Palmer Dabbelt <[email protected]> | 2022-04-19 20:01:30 -0700 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2022-05-24 17:52:37 -0700 |
commit | 1ae41598f482616449f869daf53eebe37973dc27 (patch) | |
tree | e72e5ae21be50b4567c72f1bed29df8dece46399 | |
parent | f83050a82d4f0b1cbf48ed458752bb913633d7ee (diff) |
RISC-V: ignore xipImage
This built file shows up in "git status" without an explicit ignore.
Reviewed-by: Guo Ren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
-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 |