diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-07-04 15:05:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-07-04 15:05:12 -0700 |
commit | d528014517f2b0531862c02865b9d4c908019dc4 (patch) | |
tree | a6eb88714651e8bfbd2db9ba46f9d6af0bccc573 | |
parent | 04f2933d375e3f90d4435b7b518d3065afd1fa25 (diff) | |
download | linux-stable-d528014517f2b0531862c02865b9d4c908019dc4.tar.gz linux-stable-d528014517f2b0531862c02865b9d4c908019dc4.tar.bz2 linux-stable-d528014517f2b0531862c02865b9d4c908019dc4.zip |
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>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c3ce78ca20d2..9fd4c9533b3d 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 |