]> git.ipfire.org Git - thirdparty/linux.git/commit
Revert ".gitignore: ignore *.cover and *.mbx"
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Jul 2023 22:05:12 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Jul 2023 22:05:12 +0000 (15:05 -0700)
commitd528014517f2b0531862c02865b9d4c908019dc4
treea6eb88714651e8bfbd2db9ba46f9d6af0bccc573
parent04f2933d375e3f90d4435b7b518d3065afd1fa25
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>
.gitignore