]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
.gitignore: ignore *.cover and *.mbx
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 30 Jan 2023 08:28:49 +0000 (17:28 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 5 Feb 2023 09:51:22 +0000 (18:51 +0900)
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>
.gitignore

index 22984d22d29ead2a9ab8ecb4ad768229c285cf02..8fe465f251c0368f7d66ba687aa4c5cbbfaf1b76 100644 (file)
@@ -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