diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2019-08-11 22:04:54 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2019-08-21 12:41:43 +0200 |
commit | 19413fe04f49b32c63b470079afef8d1c7995cc1 (patch) | |
tree | 8e19d978a0f18a28e6e5b1c0618e6b85b1626a74 | |
parent | da9ed30d29c48233cec4a19e2bd794bcaa230341 (diff) | |
download | linux-19413fe04f49b32c63b470079afef8d1c7995cc1.tar.bz2 |
s390/startup: purge obsolete .gitignore patterns
sizes.h and vmlinux.scr.lds are not generated since commit 369f91c37451
("s390/decompressor: rework uncompressed image info collection").
vmlinux.bin.full is not generated since commit 183ab05ff285 ("s390: get
rid of the first mb of uncompressed image").
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
-rw-r--r-- | arch/s390/boot/compressed/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/boot/compressed/.gitignore b/arch/s390/boot/compressed/.gitignore index 45aeb4f08752..e72fcd7ecebb 100644 --- a/arch/s390/boot/compressed/.gitignore +++ b/arch/s390/boot/compressed/.gitignore @@ -1,5 +1,2 @@ -sizes.h vmlinux vmlinux.lds -vmlinux.scr.lds -vmlinux.bin.full |