.gitignore: ignore *.cover and *.mbx

The 'b4' command creates a *.mbx file, and also a *.cover file if the
patch set has a cover-letter. Ignore them.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
This commit is contained in:
Masahiro Yamada 2023-01-30 17:28:49 +09:00
parent 67d7c3023a
commit 534066a983
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -16,6 +16,7 @@
*.bin *.bin
*.bz2 *.bz2
*.c.[012]*.* *.c.[012]*.*
*.cover
*.dt.yaml *.dt.yaml
*.dtb *.dtb
*.dtbo *.dtbo
@ -33,6 +34,7 @@
*.lz4 *.lz4
*.lzma *.lzma
*.lzo *.lzo
*.mbx
*.mod *.mod
*.mod.c *.mod.c
*.o *.o