diff mbox series

[v2,8/7] .gitignore: add ZSTD-compressed files

Message ID 20200319010015.26880-1-kilobyte@angband.pl (mailing list archive)
State New, archived
Headers show
Series None | expand

Commit Message

Adam Borowski March 19, 2020, 1 a.m. UTC
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>
---
Otherwise, "git status" will complain.


 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Nick Terrell March 19, 2020, 1:36 a.m. UTC | #1
> On Mar 18, 2020, at 6:00 PM, Adam Borowski <kilobyte@angband.pl> wrote:
> 
> 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.

Thanks for the review, I will include that in v3 tomorrow!

> Signed-off-by: Adam Borowski <kilobyte@angband.pl>
> ---
> Otherwise, "git status" will complain.
> 
> 
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 72ef86a5570d..edb0191c294f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -43,6 +43,7 @@
> *.tab.[ch]
> *.tar
> *.xz
> +*.zst
> Module.symvers
> modules.builtin
> modules.order
> -- 
> 2.26.0.rc2
>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 72ef86a5570d..edb0191c294f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,7 @@ 
 *.tab.[ch]
 *.tar
 *.xz
+*.zst
 Module.symvers
 modules.builtin
 modules.order