[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:
committed by
Paul Mackerras
parent
57744ea95e
commit
b61c5509fe
7
arch/powerpc/boot/.gitignore
vendored
7
arch/powerpc/boot/.gitignore
vendored
@@ -1,20 +1,27 @@
|
|||||||
addnote
|
addnote
|
||||||
|
empty.c
|
||||||
|
hack-coff
|
||||||
infblock.c
|
infblock.c
|
||||||
infblock.h
|
infblock.h
|
||||||
infcodes.c
|
infcodes.c
|
||||||
infcodes.h
|
infcodes.h
|
||||||
inffast.c
|
inffast.c
|
||||||
inffast.h
|
inffast.h
|
||||||
|
inffixed.h
|
||||||
inflate.c
|
inflate.c
|
||||||
|
inflate.h
|
||||||
inftrees.c
|
inftrees.c
|
||||||
inftrees.h
|
inftrees.h
|
||||||
infutil.c
|
infutil.c
|
||||||
infutil.h
|
infutil.h
|
||||||
kernel-vmlinux.strip.c
|
kernel-vmlinux.strip.c
|
||||||
kernel-vmlinux.strip.gz
|
kernel-vmlinux.strip.gz
|
||||||
|
mktree
|
||||||
uImage
|
uImage
|
||||||
zImage
|
zImage
|
||||||
zImage.vmode
|
zImage.vmode
|
||||||
|
zImage.coff.lds
|
||||||
|
zImage.lds
|
||||||
zconf.h
|
zconf.h
|
||||||
zlib.h
|
zlib.h
|
||||||
zutil.h
|
zutil.h
|
||||||
|
|||||||
Reference in New Issue
Block a user