diff options
author | Thomas Richter <tmricht@linux.ibm.com> | 2018-04-12 08:42:48 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-04-16 09:10:23 +0200 |
commit | 701e188c6560d6abeba508f530c4224b4e830fb5 (patch) | |
tree | f1c301a04198b788deda7752f871479518b07b2b /arch/s390/boot | |
parent | de66b2429100c85b72db5c409526351d3ffc5faa (diff) | |
download | talos-obmc-linux-701e188c6560d6abeba508f530c4224b4e830fb5.tar.gz talos-obmc-linux-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')
-rw-r--r-- | arch/s390/boot/compressed/.gitignore | 1 |
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 |