mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
.gitignore: Add ZSTD-compressed files
For now, that's arch/x86/boot/compressed/vmlinux.bin.zst but probably more will come, thus let's be consistent with all other compressors. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: Nick Terrell <terrelln@fb.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20200730190841.2071656-8-nickrterrell@gmail.com
This commit is contained in:
parent
fb46d057db
commit
6f3decabaf
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,6 +44,7 @@
|
|||||||
*.tab.[ch]
|
*.tab.[ch]
|
||||||
*.tar
|
*.tar
|
||||||
*.xz
|
*.xz
|
||||||
|
*.zst
|
||||||
Module.symvers
|
Module.symvers
|
||||||
modules.builtin
|
modules.builtin
|
||||||
modules.order
|
modules.order
|
||||||
|
Loading…
Reference in New Issue
Block a user