The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] .gitignore: ignore *.mbx
@ 2023-01-30  2:19 Masahiro Yamada
  2023-01-30  4:49 ` Nicolas Schier
  2023-01-30 17:27 ` Nick Desaulniers
  0 siblings, 2 replies; 4+ messages in thread
From: Masahiro Yamada @ 2023-01-30  2:19 UTC (permalink / raw)
  To: linux-kernel, linux-kbuild
  Cc: Nathan Chancellor, Nick Desaulniers, Nicolas Schier,
	Konstantin Ryabitsev, Mark Brown, Geert Uytterhoeven,
	Miguel Ojeda, Masahiro Yamada

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 .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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-30 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-30  2:19 [PATCH] .gitignore: ignore *.mbx Masahiro Yamada
2023-01-30  4:49 ` Nicolas Schier
2023-01-30  8:28   ` Masahiro Yamada
2023-01-30 17:27 ` Nick Desaulniers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox