summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegor Yefremov <[email protected]>2025-10-14 11:17:17 +0200
committerTom Rini <[email protected]>2025-10-17 08:59:37 -0600
commit5340dc6fe75b5ffde3afe91c01bd8551b3cb8182 (patch)
tree770ce4e6af16413150e13cc4409ad5f2f0b04777
parenta46a2e2227b5d5010ac5837a104040ce9474ef95 (diff)
.gitignore: ignore more image files
This expression covers various images files like, for example: mkimage-out.spl-stm32.mkimage mkimage.spl-stm32.mkimage Signed-off-by: Yegor Yefremov <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fa2db08dead..1ac737d2718 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ fit-dtb.blob*
/SPL*
/System.map
/boards.cfg
+/mkimage*mkimage
/mkimage-in-simple-bin*
/simple-bin*
/u-boot*