diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-01 08:59:35 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-02 08:35:26 +0300 |
commit | 4eb43875a1859b8d4fb6c56a441a18bcf5957413 (patch) | |
tree | d896b6f75031cd61b01f3043a88c6387ec925bc0 /arch/powerpc/boot | |
parent | 1c877f71b7b9c0a5144e29d599eac2c62c91070c (diff) | |
download | linux-4eb43875a1859b8d4fb6c56a441a18bcf5957413.tar.xz |
powerpc/boot: Update .gitignore
Add a few things that have been missed from .gitignore over the years.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index d61c03525777..84774ccba1c2 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -1,4 +1,5 @@ addnote +decompress_inflate.c empty.c hack-coff inffast.c @@ -13,11 +14,13 @@ infutil.h kernel-vmlinux.strip.c kernel-vmlinux.strip.gz mktree +otheros.bld uImage cuImage.* dtbImage.* *.dtb treeImage.* +vmlinux.strip zImage zImage.initrd zImage.bin.* @@ -26,6 +29,7 @@ zImage.coff zImage.epapr zImage.holly zImage.*lds +zImage.maple zImage.miboot zImage.pmac zImage.pseries |