[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>
This commit is contained in:
parent
143db67af0
commit
06f2138e61
6 changed files with 21 additions and 1 deletions
1
arch/powerpc/.gitignore
vendored
Normal file
1
arch/powerpc/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
include
|
8
arch/powerpc/boot/.gitignore
vendored
8
arch/powerpc/boot/.gitignore
vendored
|
@ -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
arch/ppc/.gitignore
vendored
Normal file
1
arch/ppc/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
include
|
6
arch/ppc/boot/images/.gitignore
vendored
Normal file
6
arch/ppc/boot/images/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
sImage
|
||||
vmapus
|
||||
vmlinux*
|
||||
miboot*
|
||||
zImage*
|
||||
uImage
|
3
arch/ppc/boot/lib/.gitignore
vendored
Normal file
3
arch/ppc/boot/lib/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
inffast.c
|
||||
inflate.c
|
||||
inftrees.c
|
3
arch/ppc/boot/utils/.gitignore
vendored
Normal file
3
arch/ppc/boot/utils/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
mkprep
|
||||
mkbugboot
|
||||
mktree
|
Loading…
Reference in a new issue