浏览代码

[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>
Rutger Nijlunsing 18 年之前
父节点
当前提交
06f2138e61

+ 1 - 0
arch/powerpc/.gitignore

@@ -0,0 +1 @@
+include

+ 7 - 1
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

+ 1 - 0
arch/ppc/.gitignore

@@ -0,0 +1 @@
+include

+ 6 - 0
arch/ppc/boot/images/.gitignore

@@ -0,0 +1,6 @@
+sImage
+vmapus
+vmlinux*
+miboot*
+zImage*
+uImage

+ 3 - 0
arch/ppc/boot/lib/.gitignore

@@ -0,0 +1,3 @@
+inffast.c
+inflate.c
+inftrees.c

+ 3 - 0
arch/ppc/boot/utils/.gitignore

@@ -0,0 +1,3 @@
+mkprep
+mkbugboot
+mktree