mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
riscv: Ignore Image.* and loader.bin
Do not track all compressed Image and loader.bin. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Reviewed-by: Atish Patra <atish.patra@wdc.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
This commit is contained in:
parent
2c42bcbb95
commit
ae386e9d80
1 changed files with 2 additions and 1 deletions
3
arch/riscv/boot/.gitignore
vendored
3
arch/riscv/boot/.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
Image
|
||||
Image.gz
|
||||
Image.*
|
||||
loader
|
||||
loader.lds
|
||||
loader.bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue