diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-02 07:33:22 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-03 07:23:16 -0500 |
commit | 267b49a96e30f129600bdb4f3fa6d80d6dd42523 (patch) | |
tree | d7fef64451a94b9f5fd6ad80c10bce4fd184d77b /arch | |
parent | fb4e6e663b404ecdfac2e3f6e643d204488b28e9 (diff) |
[POWERPC] Add treeImage to .gitignore
Tell git to ignore the generated treeImage.* files in arch/powerpc/boot
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index 2c187ca0598..65f4118cbe7 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -19,6 +19,7 @@ kernel-vmlinux.strip.gz mktree uImage cuImage.* +treeImage.* zImage zImage.bin.* zImage.chrp |