David Gibson wrote:
On Tue, Jul 17, 2007 at 08:33:01PM -0500, Scott Wood wrote:
quoted
Signed-off-by: Scott Wood <redacted>
---
arch/powerpc/boot/.gitignore | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
index eec7af7..3270335 100644
--- a/arch/powerpc/boot/.gitignore
+++ b/arch/powerpc/boot/.gitignore
@@ -18,9 +18,7 @@ kernel-vmlinux.strip.c
kernel-vmlinux.strip.gz
mktree
uImage
-cuImage
-cuImage.bin.gz
-cuImage.elf
+cuImage.*
zImage
zImage.chrp
zImage.coff
Err... your new wildcard won't match plain 'cuImage'.
When is plain "cuImage" ever generated anymore?
-Scott