[PATCH] gitignore: ignore *.dtbo and *.dtbo.S
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Mar 4 22:56:52 PST 2024
On 05.03.24 06:40, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> ---
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index f0afd899e1a..c9921d83ed1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -38,6 +38,8 @@ binary.0
> Module.symvers
> *.dtb
> *.dtb.*
> +*.dtbo
> +*.dtbo.S
There's also *.dtbo.o intermediary files, we probably want to use
a *.dtbo.* glob here, like the one we have above for *.dtb.*.
Thanks,
Ahmad
>
> #
> # Top-level generic files
--
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