[PATCH] .gitignore: ignore more image files
    Patrice CHOTARD 
    patrice.chotard at foss.st.com
       
    Thu Oct 16 09:54:51 CEST 2025
    
    
  
On 10/14/25 11:17, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists at 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 at 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 at foss.st.com>
Thanks
Patrice
    
    
More information about the U-Boot
mailing list