[PATCH 03/17] .gitignore: add ZSTD-compressed files
Adam Borowski
kilobyte at angband.pl
Sat Nov 10 06:02:50 AEDT 2018
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 at angband.pl>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 97ba6b79834c..0d09cf1c053c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@
*.tab.[ch]
*.tar
*.xz
+*.zst
Module.symvers
modules.builtin
--
2.19.1
More information about the Linuxppc-dev
mailing list