From: Linus Torvalds Date: Tue, 4 Jul 2023 22:05:12 +0000 (-0700) Subject: Revert ".gitignore: ignore *.cover and *.mbx" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d528014517f2b0531862c02865b9d4c908019dc4;p=linux.git 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 --- diff --git a/.gitignore b/.gitignore index c3ce78ca20d24..9fd4c9533b3dc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ *.bin *.bz2 *.c.[012]*.* -*.cover *.dt.yaml *.dtb *.dtbo @@ -34,7 +33,6 @@ *.lz4 *.lzma *.lzo -*.mbx *.mod *.mod.c *.o