diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2006-11-10 18:08:30 -0600 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-11-13 14:49:22 +1100 |
commit | b61c5509fe8f6c665c146ab14f960000d4a5d1a9 (patch) | |
tree | 8659ad1acb21934fe025bba04b3e12f4b824bca4 | |
parent | 57744ea95edd340d7140852ce86c743df2cd588c (diff) |
[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>
-rw-r--r-- | arch/powerpc/boot/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index 45c9ad23526..590e72f06d5 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -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 |