Skip to content
Snippets Groups Projects
Commit 534066a9 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

.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
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
*.bin
*.bz2
*.c.[012]*.*
*.cover
*.dt.yaml
*.dtb
*.dtbo
......@@ -33,6 +34,7 @@
*.lz4
*.lzma
*.lzo
*.mbx
*.mod
*.mod.c
*.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment