[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180713174219.27019-1-kilobyte@angband.pl>
Date: Fri, 13 Jul 2018 19:42:19 +0200
From: Adam Borowski <kilobyte@...band.pl>
To: Nick Terrell <terrelln@...com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"x86@...nel.org" <x86@...nel.org>,
Kernel Team <Kernel-team@...com>, Chris Mason <clm@...com>,
Rene Rebe <rene@...ctcode.com>,
Adam Borowski <kilobyte@...band.pl>,
Julian Andres Klode <julian.klode@...onical.com>,
Andi Kleen <ak@...ux.intel.com>
Subject: [PATCH] .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>
---
.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.18.0
Powered by blists - more mailing lists