diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-05-18 13:25:28 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-05-20 00:35:29 -0500 |
commit | 4978757987e5535614a1307bf8ccc938e28765a9 (patch) | |
tree | 7d58ab5c21f4a7588721347ca84792dc11253e56 /arch | |
parent | b58a45752886bdd282b1e707e01d41454ab7e271 (diff) |
[POWERPC] Update arch/powerpc/boot/.gitignore
* Add dtbImage.*
* Added zImage.holly
* Folded zImage.coff.lds into zImage.*lds
* Removed some unused zImage.<foo> ignores
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index 2347294ff35b..2f50acd11a60 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -20,21 +20,19 @@ kernel-vmlinux.strip.gz mktree uImage cuImage.* +dtbImage.* treeImage.* zImage +zImage.initrd zImage.bin.* zImage.chrp zImage.coff -zImage.coff.lds -zImage.ep* +zImage.holly zImage.iseries zImage.*lds zImage.miboot zImage.pmac zImage.pseries -zImage.redboot* -zImage.sandpoint -zImage.vmode zconf.h zlib.h zutil.h |