[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200319010015.26880-1-kilobyte@angband.pl>
Date: Thu, 19 Mar 2020 02:00:15 +0100
From: Adam Borowski <kilobyte@...band.pl>
To: Nick Terrell <terrelln@...com>, linux-kernel@...r.kernel.org,
Chris Mason <clm@...com>, linux-kbuild@...r.kernel.org,
x86@...nel.org, gregkh@...uxfoundation.org,
Petr Malat <oss@...at.biz>, Kees Cook <keescook@...omium.org>,
Kernel Team <Kernel-team@...com>,
Nick Terrell <nickrterrell@...il.com>,
Adam Borowski <kilobyte@...band.pl>,
Patrick Williams <patrickw3@...com>, rmikey@...com,
mingo@...nel.org
Subject: [PATCH v2 8/7] .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@...band.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
Powered by blists - more mailing lists