Correct the rule in .gitignore to skip generated u_boot_logo.bmp.S artifact in sandbox_defconfig environment.
Signed-off-by: Denis Mukhin <[email protected]> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e5d22dbe8e96..d599d8f4e8af 100644 --- a/.gitignore +++ b/.gitignore @@ -80,7 +80,7 @@ fit-dtb.blob* /*imx8mimage* /*imx8mcst* /*rcar4-sa0* -/drivers/video/u_boot_logo.S +/drivers/video/u_boot_logo.*S /test/fdt_overlay/test-fdt-overlay-stacked.dtbo.S /test/fdt_overlay/test-fdt-overlay.dtbo.S capsule_esl_file -- 2.54.0

