[PATCH] gitignore: ignore /vmbarebox

Ahmad Fatoum a.fatoum at pengutronix.de
Sun Feb 15 10:44:12 PST 2026


vmbarebox is the stripped barebox proper ELF that will be linked against
PBL. Add it to .gitignore like the rest of the barebox images.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2d5b9602a5cc..16f78e815518 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,7 @@ policy-list
 /tags
 /TAGS
 /barebox*
+/vmbarebox
 /System.map
 /build
 /oe-logs
-- 
2.47.3




More information about the barebox mailing list