projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d7c30
)
.gitignore: ignore *.cover and *.mbx
author
Masahiro Yamada
<masahiroy@kernel.org>
Mon, 30 Jan 2023 08:28:49 +0000
(17:28 +0900)
committer
Masahiro 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 22984d22d29ead2a9ab8ecb4ad768229c285cf02..8fe465f251c0368f7d66ba687aa4c5cbbfaf1b76 100644
(file)
--- 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