diff mbox series

.gitignore: ignore more image files

Message ID 20251014091717.309468-1-yegorslists@googlemail.com
State Accepted
Commit 5340dc6fe75b5ffde3afe91c01bd8551b3cb8182
Delegated to: Tom Rini
Headers show
Series .gitignore: ignore more image files | expand

Commit Message

Yegor Yefremov Oct. 14, 2025, 9:17 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

This expression covers various images files like, for example:

mkimage-out.spl-stm32.mkimage
mkimage.spl-stm32.mkimage

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Patrice CHOTARD Oct. 16, 2025, 7:54 a.m. UTC | #1
On 10/14/25 11:17, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> This expression covers various images files like, for example:
> 
> mkimage-out.spl-stm32.mkimage
> mkimage.spl-stm32.mkimage
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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*


Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice
Tom Rini Oct. 18, 2025, 2:07 p.m. UTC | #2
On Tue, 14 Oct 2025 11:17:17 +0200, yegorslists@googlemail.com wrote:

> This expression covers various images files like, for example:
> 
> mkimage-out.spl-stm32.mkimage
> mkimage.spl-stm32.mkimage
> 
> 

Applied to u-boot/master, thanks!

[1/1] .gitignore: ignore more image files
      commit: 5340dc6fe75b5ffde3afe91c01bd8551b3cb8182
diff mbox series

Patch

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*