From: Thomas Richter Date: Thu, 12 Apr 2018 07:42:48 +0000 (+0100) Subject: s390/decompressor: Ignore file vmlinux.bin.full X-Git-Tag: v4.17-rc2~29^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=701e188c6560d6abeba508f530c4224b4e830fb5;p=thirdparty%2Fkernel%2Flinux.git s390/decompressor: Ignore file vmlinux.bin.full Commit 81796a3c6a4a ("s390/decompressor: trim uncompressed image head during the build") introduced a new file named vmlinux.bin.full in directory arch/s390/boot/compressed. Add this file to the list of ignored files so it does not show up on git status. Signed-off-by: Thomas Richter Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/boot/compressed/.gitignore b/arch/s390/boot/compressed/.gitignore index ae06b9b4c02f7..2088cc1406291 100644 --- a/arch/s390/boot/compressed/.gitignore +++ b/arch/s390/boot/compressed/.gitignore @@ -1,3 +1,4 @@ sizes.h vmlinux vmlinux.lds +vmlinux.bin.full