From 75a5404a588938d2803e07acb9977e3dfe29693e Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 29 Dec 2025 17:10:45 +0100 Subject: [PATCH] .gitignore: add vpl/ Directory vpl/ only contains generated files. Git should ignore it. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2bf86a6b5d6..e5d22dbe8e9 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ fit-dtb.blob* # /spl/ /tpl/ +/vpl/ /defconfig /generated_defconfig /Test*