[POWERPC] bootwrapper: Update .gitignore
All cuImage types are ignored, as well as preprocessed .lds files, and the forthcoming zImage.bin files and embedded planet board images. Signed-off-by: Scott Wood <scottwood@freescale.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
804ace8881
commit
44d06ba729
1 changed files with 4 additions and 4 deletions
8
arch/powerpc/boot/.gitignore
vendored
8
arch/powerpc/boot/.gitignore
vendored
|
@ -18,14 +18,14 @@ kernel-vmlinux.strip.c
|
||||||
kernel-vmlinux.strip.gz
|
kernel-vmlinux.strip.gz
|
||||||
mktree
|
mktree
|
||||||
uImage
|
uImage
|
||||||
cuImage
|
cuImage.*
|
||||||
cuImage.bin.gz
|
|
||||||
cuImage.elf
|
|
||||||
zImage
|
zImage
|
||||||
|
zImage.bin.*
|
||||||
zImage.chrp
|
zImage.chrp
|
||||||
zImage.coff
|
zImage.coff
|
||||||
zImage.coff.lds
|
zImage.coff.lds
|
||||||
zImage.lds
|
zImage.ep*
|
||||||
|
zImage.*lds
|
||||||
zImage.miboot
|
zImage.miboot
|
||||||
zImage.pmac
|
zImage.pmac
|
||||||
zImage.pseries
|
zImage.pseries
|
||||||
|
|
Loading…
Reference in a new issue