[PATCH] gitignore: ignore mvebu binary.0 firmware files
Sascha Hauer
sha at pengutronix.de
Tue Jan 9 22:46:40 PST 2024
On Mon, Jan 08, 2024 at 02:08:00PM +0100, Ahmad Fatoum wrote:
> After a run of test/generate-dummy-fw.sh, following dummy firmware is
> generated and is not matched by any .gitignore:
>
> arch/arm/boards/globalscale-mirabox/binary.0
> arch/arm/boards/lenovo-ix4-300d/binary.0
> arch/arm/boards/marvell-armada-xp-db/binary.0
> arch/arm/boards/marvell-armada-xp-gp/binary.0
> arch/arm/boards/netgear-rn104/binary.0
> arch/arm/boards/netgear-rn2120/binary.0
> arch/arm/boards/plathome-openblocks-ax3/binary.0
> arch/arm/boards/turris-omnia/binary.0
>
> Add a top-level rule to make them not appear in git's untracked files
> list.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
Applied, thanks
Sascha
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 3b9cd6a25aff..f0afd899e1a8 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -34,6 +34,7 @@
> *.so.dbg
> *.symtypes
> *.tab.[ch]
> +binary.0
> Module.symvers
> *.dtb
> *.dtb.*
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list