aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/compressed
diff options
context:
space:
mode:
authorThomas Richter <tmricht@linux.ibm.com>2018-04-12 08:42:48 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-04-16 09:10:23 +0200
commit701e188c6560d6abeba508f530c4224b4e830fb5 (patch)
treef1c301a04198b788deda7752f871479518b07b2b /arch/s390/boot/compressed
parents390/kexec_file: add generated files to .gitignore (diff)
downloadlinux-dev-701e188c6560d6abeba508f530c4224b4e830fb5.tar.xz
linux-dev-701e188c6560d6abeba508f530c4224b4e830fb5.zip
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 <tmricht@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/boot/compressed')
-rw-r--r--arch/s390/boot/compressed/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/boot/compressed/.gitignore b/arch/s390/boot/compressed/.gitignore
index ae06b9b4c02f..2088cc140629 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