From: Kefeng Wang Date: Wed, 4 Nov 2020 06:15:01 +0000 (+0800) Subject: riscv: Ignore Image.* and loader.bin X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ae386e9d809c6c7990c5414ea9ae035731ca0f81;p=linux.git riscv: Ignore Image.* and loader.bin Do not track all compressed Image and loader.bin. Signed-off-by: Kefeng Wang Reviewed-by: Atish Patra Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore index 574c10f8ff68d..90e66adb7de57 100644 --- a/arch/riscv/boot/.gitignore +++ b/arch/riscv/boot/.gitignore @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only Image -Image.gz +Image.* loader loader.lds +loader.bin