[PATCH 02/13] .gitignore: ignore binman-generated blobs

Sam Day via B4 Relay devnull+me.samcday.com at kernel.org
Sat Jun 6 02:52:36 CEST 2026


From: Sam Day <me at samcday.com>

The new android_boot etype is causing these /comp*u-boot-nodtb artifacts
to be generated, which aren't currently picked up by any ignore rules.

Signed-off-by: Sam Day <me at samcday.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d57d3be0291..6e274de77ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,6 +84,7 @@ fit-dtb.blob*
 /test/fdt_overlay/test-fdt-overlay-stacked.dtbo.S
 /test/fdt_overlay/test-fdt-overlay.dtbo.S
 capsule_esl_file
+/comp.*.u-boot-nodtb
 
 #
 # Generated include files

-- 
2.54.0




More information about the U-Boot mailing list