[PATCH v3 05/10] .gitignore: ignore binman-generated blobs
Sam Day via B4 Relay
devnull+me.samcday.com at kernel.org
Wed Jun 10 03:27:43 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.
This issue only occurs when doing in-tree builds, but it's still worth
fixing regardless.
Reviewed-by: Simon Glass <sjg at chromium.org>
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