From: Sam Day <[email protected]> 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 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

