[PATCH] .gitignore: ignore *.mbx

From: Masahiro Yamada
Date: Sun Jan 29 2023 - 21:19:20 EST


The 'b4' command creates a *.mbx file. Ignore it.

Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
---

.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 22984d22d29e..4dc02ef62202 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@
*.lz4
*.lzma
*.lzo
+*.mbx
*.mod
*.mod.c
*.o
--
2.34.1