From: Masahiro Yamada <masahiroy@kernel.org>
To: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Cc: Nathan Chancellor <nathan@kernel.org>,
Nick Desaulniers <ndesaulniers@google.com>,
Nicolas Schier <nicolas@fjasle.eu>,
Konstantin Ryabitsev <konstantin@linuxfoundation.org>,
Mark Brown <broonie@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Miguel Ojeda <ojeda@kernel.org>,
Masahiro Yamada <masahiroy@kernel.org>
Subject: [PATCH] .gitignore: ignore *.mbx
Date: Mon, 30 Jan 2023 11:19:02 +0900 [thread overview]
Message-ID: <20230130021902.4088173-1-masahiroy@kernel.org> (raw)
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
next reply other threads:[~2023-01-30 2:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-30 2:19 Masahiro Yamada [this message]
2023-01-30 4:49 ` [PATCH] .gitignore: ignore *.mbx Nicolas Schier
2023-01-30 8:28 ` Masahiro Yamada
2023-01-30 17:27 ` Nick Desaulniers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230130021902.4088173-1-masahiroy@kernel.org \
--to=masahiroy@kernel.org \
--cc=broonie@kernel.org \
--cc=geert+renesas@glider.be \
--cc=konstantin@linuxfoundation.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=nicolas@fjasle.eu \
--cc=ojeda@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox