Skip to content

Commit d528014

Browse files
committed
Revert ".gitignore: ignore *.cover and *.mbx"
This reverts commit 534066a. It's actively detrimental in that it hides files that shouldn't be hidden. If I have some b4 mbx file in my git directory, it either was already applied with "git am" and is now stale, or maybe it's waiting for that to happen. In neither case is "ignore it" the right option. Signed-off-by: Linus Torvalds <[email protected]>
1 parent 04f2933 commit d528014

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*.bin
1717
*.bz2
1818
*.c.[012]*.*
19-
*.cover
2019
*.dt.yaml
2120
*.dtb
2221
*.dtbo
@@ -34,7 +33,6 @@
3433
*.lz4
3534
*.lzma
3635
*.lzo
37-
*.mbx
3836
*.mod
3937
*.mod.c
4038
*.o

0 commit comments

Comments
 (0)