mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
Revert ".gitignore: ignore *.cover and *.mbx"
This reverts commit 534066a983
.
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>
This commit is contained in:
parent
04f2933d37
commit
d528014517
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user