On Mon, 8 Jun 2026 at 07:25, Simon Glass <[email protected]> wrote: > > Hi Sam, > > On 2026-06-07T23:37:09, Sam Day via B4 Relay > <[email protected]> wrote: > > .gitignore: ignore binman-generated blobs > > > > 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 <[email protected]> > > > > .gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > diff --git 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 > > Hmmm yes binman drops intermediate files into the build dir...it would > be nice to have it write these into a subdirectory. One day we should > try to use a subdir instead, cleaning it up at the end. This is a > completely separate issue though. > > Also worth mentioning in the commit message that this only affects > in-tree builds. BTW I almost never do in-tree builds.
Reviewed-by: Simon Glass <[email protected]>

