[PATCH 3/3] riscv: Ignore all compressed Image formats
Kefeng Wang
wangkefeng.wang at huawei.com
Sun Nov 1 23:03:57 EST 2020
Do not track all compressed Image formats.
Signed-off-by: Kefeng Wang <wangkefeng.wang at huawei.com>
---
arch/riscv/boot/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
index 574c10f8ff68..2a31a61ca382 100644
--- a/arch/riscv/boot/.gitignore
+++ b/arch/riscv/boot/.gitignore
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
Image
-Image.gz
+Image.*
loader
loader.lds
--
2.26.2
More information about the linux-riscv
mailing list