diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2006-11-10 19:08:30 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-11-12 22:49:22 -0500 |
commit | b61c5509fe8f6c665c146ab14f960000d4a5d1a9 (patch) | |
tree | 8659ad1acb21934fe025bba04b3e12f4b824bca4 /arch/powerpc/boot/.gitignore | |
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>
Diffstat (limited to 'arch/powerpc/boot/.gitignore')
-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 45c9ad23526e..590e72f06d5e 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore | |||
@@ -1,20 +1,27 @@ | |||
1 | addnote | 1 | addnote |
2 | empty.c | ||
3 | hack-coff | ||
2 | infblock.c | 4 | infblock.c |
3 | infblock.h | 5 | infblock.h |
4 | infcodes.c | 6 | infcodes.c |
5 | infcodes.h | 7 | infcodes.h |
6 | inffast.c | 8 | inffast.c |
7 | inffast.h | 9 | inffast.h |
10 | inffixed.h | ||
8 | inflate.c | 11 | inflate.c |
12 | inflate.h | ||
9 | inftrees.c | 13 | inftrees.c |
10 | inftrees.h | 14 | inftrees.h |
11 | infutil.c | 15 | infutil.c |
12 | infutil.h | 16 | infutil.h |
13 | kernel-vmlinux.strip.c | 17 | kernel-vmlinux.strip.c |
14 | kernel-vmlinux.strip.gz | 18 | kernel-vmlinux.strip.gz |
19 | mktree | ||
15 | uImage | 20 | uImage |
16 | zImage | 21 | zImage |
17 | zImage.vmode | 22 | zImage.vmode |
23 | zImage.coff.lds | ||
24 | zImage.lds | ||
18 | zconf.h | 25 | zconf.h |
19 | zlib.h | 26 | zlib.h |
20 | zutil.h | 27 | zutil.h |