mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] gitignore: ignore *.dtbo and *.dtbo.S
@ 2024-03-05  5:40 Antony Pavlov
  2024-03-05  6:56 ` Ahmad Fatoum
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2024-03-05  5:40 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@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
 
 #
 # Top-level generic files
-- 
2.39.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gitignore: ignore *.dtbo and *.dtbo.S
  2024-03-05  5:40 [PATCH] gitignore: ignore *.dtbo and *.dtbo.S Antony Pavlov
@ 2024-03-05  6:56 ` Ahmad Fatoum
  0 siblings, 0 replies; 2+ messages in thread
From: Ahmad Fatoum @ 2024-03-05  6:56 UTC (permalink / raw)
  To: Antony Pavlov, barebox

On 05.03.24 06:40, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@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 |




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-05  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  5:40 [PATCH] gitignore: ignore *.dtbo and *.dtbo.S Antony Pavlov
2024-03-05  6:56 ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox