diff options
author | Kefeng Wang <[email protected]> | 2020-11-04 14:15:01 +0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2020-11-09 11:54:46 -0800 |
commit | ae386e9d809c6c7990c5414ea9ae035731ca0f81 (patch) | |
tree | 2b7a60a0d62b5e9d86fc98962a49e27c52a6ac19 | |
parent | 2c42bcbb95ec748fc84dc061b431ae4f8ae5551a (diff) |
riscv: Ignore Image.* and loader.bin
Do not track all compressed Image and loader.bin.
Signed-off-by: Kefeng Wang <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r-- | arch/riscv/boot/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore index 574c10f8ff68..90e66adb7de5 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 |