Skip to content

Commit

Permalink
[PATCH] powerpc: Add some missing .gitignore's
Browse files Browse the repository at this point in the history
ignore generated files under arch/powerpc

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Jan 11, 2006
1 parent 08264cb commit 0e5e39b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/powerpc/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
addnote
infblock.c
infblock.h
infcodes.c
infcodes.h
inffast.c
inffast.h
inflate.c
inftrees.c
inftrees.h
infutil.c
infutil.h
kernel-vmlinux.strip.c
kernel-vmlinux.strip.gz
uImage
zImage
zImage.vmode
zconf.h
zlib.h
zutil.h
1 change: 1 addition & 0 deletions arch/powerpc/kernel/vdso32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vdso32.lds
1 change: 1 addition & 0 deletions arch/powerpc/kernel/vdso64/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vdso64.lds

0 comments on commit 0e5e39b

Please sign in to comment.