Commit 534066a9 authored by Masahiro Yamada's avatar Masahiro Yamada

.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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarNicolas Schier <nicolas@fjasle.eu>
Reviewed-by: default avatarNick Desaulniers <ndesaulniers@google.com>
parent 67d7c302
...@@ -16,6 +16,7 @@ ...@@ -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 @@ ...@@ -33,6 +34,7 @@
*.lz4 *.lz4
*.lzma *.lzma
*.lzo *.lzo
*.mbx
*.mod *.mod
*.mod.c *.mod.c
*.o *.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment