diff mbox series

.gitignore: ignore *.mbx

Message ID 20230130021902.4088173-1-masahiroy@kernel.org (mailing list archive)
State New, archived
Headers show
Series .gitignore: ignore *.mbx | expand

Commit Message

Masahiro Yamada Jan. 30, 2023, 2:19 a.m. UTC
The 'b4' command creates a *.mbx file. Ignore it.

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

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

Comments

Nicolas Schier Jan. 30, 2023, 4:49 a.m. UTC | #1
On Mon 30 Jan 2023 11:19:02 GMT, Masahiro Yamada wrote:
> The 'b4' command creates a *.mbx file. Ignore it.

b4 also creates *.cover file.  Can you add that, too?

Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>

Thanks,
Nicolas

> 
> 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
Masahiro Yamada Jan. 30, 2023, 8:28 a.m. UTC | #2
On Mon, Jan 30, 2023 at 1:50 PM Nicolas Schier <nicolas@fjasle.eu> wrote:
>
> On Mon 30 Jan 2023 11:19:02 GMT, Masahiro Yamada wrote:
> > The 'b4' command creates a *.mbx file. Ignore it.
>
> b4 also creates *.cover file.  Can you add that, too?

Sure, will do.

Thanks.


>
> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
>
> Thanks,
> Nicolas
>
> >
> > 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
>
> --
> epost|xmpp: nicolas@fjasle.eu          irc://oftc.net/nsc
> ↳ gpg: 18ed 52db e34f 860e e9fb  c82b 7d97 0932 55a0 ce7f
>      -- frykten for herren er opphav til kunnskap --
Nick Desaulniers Jan. 30, 2023, 5:27 p.m. UTC | #3
On Sun, Jan 29, 2023 at 6:19 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> The 'b4' command creates a *.mbx file. Ignore it.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Thanks for the patch! (I commonly pipe mbox files directly into `git`
to avoid this, but I do use b4 a lot!)
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

> ---
>
>  .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
>
diff mbox series

Patch

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