[v2] .gitignore: ignore *.cover and *.mbx

Message ID 20230130082849.65737-1-masahiroy@kernel.org
State New
Headers
Series [v2] .gitignore: ignore *.cover and *.mbx |

Commit Message

Masahiro Yamada Jan. 30, 2023, 8:28 a.m. UTC
  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>
---

Changes in v2:
  - ignore *.cover (Nocolas)

 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/.gitignore b/.gitignore
index 22984d22d29e..8fe465f251c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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