Skip to content

Commit

Permalink
[POWERPC] Add files build to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rutger Nijlunsing authored and Paul Mackerras committed Dec 4, 2006
1 parent 143db67 commit 06f2138
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/powerpc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include
8 changes: 7 additions & 1 deletion arch/powerpc/boot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions arch/ppc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include
6 changes: 6 additions & 0 deletions arch/ppc/boot/images/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sImage
vmapus
vmlinux*
miboot*
zImage*
uImage
3 changes: 3 additions & 0 deletions arch/ppc/boot/lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
inffast.c
inflate.c
inftrees.c
3 changes: 3 additions & 0 deletions arch/ppc/boot/utils/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkprep
mkbugboot
mktree

0 comments on commit 06f2138

Please sign in to comment.