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

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