diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-20 13:39:20 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 01:21:47 -0400 |
commit | 44d06ba72990893eb5506516b25ccaf3a757ffc0 (patch) | |
tree | 76e452df3528497acc5977871a96b7fa5e50627a /arch/powerpc/boot/.gitignore | |
parent | 804ace8881d211ac448082e871dd312132393049 (diff) |
[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>
Diffstat (limited to 'arch/powerpc/boot/.gitignore')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index eec7af7e5993..2c187ca05982 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore | |||
@@ -18,14 +18,14 @@ kernel-vmlinux.strip.c | |||
18 | kernel-vmlinux.strip.gz | 18 | kernel-vmlinux.strip.gz |
19 | mktree | 19 | mktree |
20 | uImage | 20 | uImage |
21 | cuImage | 21 | cuImage.* |
22 | cuImage.bin.gz | ||
23 | cuImage.elf | ||
24 | zImage | 22 | zImage |
23 | zImage.bin.* | ||
25 | zImage.chrp | 24 | zImage.chrp |
26 | zImage.coff | 25 | zImage.coff |
27 | zImage.coff.lds | 26 | zImage.coff.lds |
28 | zImage.lds | 27 | zImage.ep* |
28 | zImage.*lds | ||
29 | zImage.miboot | 29 | zImage.miboot |
30 | zImage.pmac | 30 | zImage.pmac |
31 | zImage.pseries | 31 | zImage.pseries |