Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert ".gitignore: ignore *.cover and *.mbx"

This reverts commit 534066a983df0935847061c844eb178f8a53a9e7.

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 <torvalds@linux-foundation.org>

-2
-2
.gitignore
··· 16 16 *.bin 17 17 *.bz2 18 18 *.c.[012]*.* 19 - *.cover 20 19 *.dt.yaml 21 20 *.dtb 22 21 *.dtbo ··· 33 34 *.lz4 34 35 *.lzma 35 36 *.lzo 36 - *.mbx 37 37 *.mod 38 38 *.mod.c 39 39 *.o