[PATCH] Make git ignore new wrapper generated files
The new 'wrapper' code generates files that git should ignore; add them to .gitignore. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
57744ea95e
commit
b61c5509fe
1 changed files with 7 additions and 0 deletions
7
arch/powerpc/boot/.gitignore
vendored
7
arch/powerpc/boot/.gitignore
vendored
|
@ -1,20 +1,27 @@
|
|||
addnote
|
||||
empty.c
|
||||
hack-coff
|
||||
infblock.c
|
||||
infblock.h
|
||||
infcodes.c
|
||||
infcodes.h
|
||||
inffast.c
|
||||
inffast.h
|
||||
inffixed.h
|
||||
inflate.c
|
||||
inflate.h
|
||||
inftrees.c
|
||||
inftrees.h
|
||||
infutil.c
|
||||
infutil.h
|
||||
kernel-vmlinux.strip.c
|
||||
kernel-vmlinux.strip.gz
|
||||
mktree
|
||||
uImage
|
||||
zImage
|
||||
zImage.vmode
|
||||
zImage.coff.lds
|
||||
zImage.lds
|
||||
zconf.h
|
||||
zlib.h
|
||||
zutil.h
|
||||
|
|
Loading…
Reference in a new issue