소스 검색

[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 19 년 전
부모
커밋
06f2138e61
6개의 변경된 파일21개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      arch/powerpc/.gitignore
  2. 7 1
      arch/powerpc/boot/.gitignore
  3. 1 0
      arch/ppc/.gitignore
  4. 6 0
      arch/ppc/boot/images/.gitignore
  5. 3 0
      arch/ppc/boot/lib/.gitignore
  6. 3 0
      arch/ppc/boot/utils/.gitignore

+ 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