diff options
author | Rutger Nijlunsing <rutger@nospam.com> | 2006-11-26 20:08:38 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 09:41:29 (GMT) |
commit | 06f2138e61d4f5dce82207236767e0759bbd45cc (patch) | |
tree | 3e5aa50e8d40f1f594636d25bf544da565b949e0 /arch/powerpc | |
parent | 143db67af02cecab28032ec3a52e586b1433fe70 (diff) | |
download | linux-fsl-qoriq-06f2138e61d4f5dce82207236767e0759bbd45cc.tar.xz |
[POWERPC] Add files build to .gitignore
Mostly taken from corresponding Makefile's make-clean rule.
Tested by (cross)compiling for $ARCH PPC and POWERPC and checking
output of git-status.
Signed-off-by: Rutger Nijlunsing <git-commit@tux.tmfweb.nl>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/.gitignore | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/.gitignore | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/arch/powerpc/.gitignore b/arch/powerpc/.gitignore new file mode 100644 index 0000000..a1a869c --- /dev/null +++ b/arch/powerpc/.gitignore @@ -0,0 +1 @@ +include diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index 590e72f..0734b2f 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -19,9 +19,15 @@ kernel-vmlinux.strip.gz mktree uImage zImage -zImage.vmode +zImage.chrp +zImage.coff zImage.coff.lds zImage.lds +zImage.miboot +zImage.pmac +zImage.pseries +zImage.sandpoint +zImage.vmode zconf.h zlib.h zutil.h |