Skip to content

Commit 06f2138

Browse files
Rutger Nijlunsingpaulusmack
authored andcommitted
[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>
1 parent 143db67 commit 06f2138

File tree

6 files changed

+21
-1
lines changed

6 files changed

+21
-1
lines changed

arch/powerpc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include

arch/powerpc/boot/.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ kernel-vmlinux.strip.gz
1919
mktree
2020
uImage
2121
zImage
22-
zImage.vmode
22+
zImage.chrp
23+
zImage.coff
2324
zImage.coff.lds
2425
zImage.lds
26+
zImage.miboot
27+
zImage.pmac
28+
zImage.pseries
29+
zImage.sandpoint
30+
zImage.vmode
2531
zconf.h
2632
zlib.h
2733
zutil.h

arch/ppc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include

arch/ppc/boot/images/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sImage
2+
vmapus
3+
vmlinux*
4+
miboot*
5+
zImage*
6+
uImage

arch/ppc/boot/lib/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
inffast.c
2+
inflate.c
3+
inftrees.c

arch/ppc/boot/utils/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mkprep
2+
mkbugboot
3+
mktree

0 commit comments

Comments
 (0)