aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2020-07-30 12:08:40 -0700
committerIngo Molnar <mingo@kernel.org>2020-07-31 11:50:49 +0200
commit6f3decabaff032e5fcc6cf56f0851ee259359232 (patch)
tree28409fa44c30b92ebc237f688fc3ae69a321655c /.gitignore
parentx86: Add support for ZSTD compressed kernel (diff)
downloadlinux-dev-6f3decabaff032e5fcc6cf56f0851ee259359232.tar.xz
linux-dev-6f3decabaff032e5fcc6cf56f0851ee259359232.zip
.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
Diffstat (limited to '')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d5f4804ed07c..162bd2b67bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@
*.tab.[ch]
*.tar
*.xz
+*.zst
Module.symvers
modules.builtin
modules.order