[PATCH v5 8/8] .gitignore: add ZSTD-compressed files

From: Nick Terrell
Date: Wed Apr 08 2020 - 17:56:28 EST


From: Adam Borowski <kilobyte@xxxxxxxxxx>

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.

Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx>
Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>
Signed-off-by: Nick Terrell <terrelln@xxxxxx>
Signed-off-by: Adam Borowski <kilobyte@xxxxxxxxxx>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2258e906f01c..23871de69072 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@
*.tab.[ch]
*.tar
*.xz
+*.zst
Module.symvers
modules.builtin
modules.order
--
2.26.0