diff options
author | Kumar Gala <galak@gate.crashing.org> | 2006-01-10 23:12:23 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-10 23:35:35 -0500 |
commit | 0e5e39bfd811be4612a23242353b426ac6438e03 (patch) | |
tree | 28ce0b1da565334ee011032ad06470cfdc88696f /arch | |
parent | 08264cbc9f4ded253e063ed4a804226b195e067c (diff) |
[PATCH] powerpc: Add some missing .gitignore's
ignore generated files under arch/powerpc
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 20 | ||||
-rw-r--r-- | arch/powerpc/kernel/vdso32/.gitignore | 1 | ||||
-rw-r--r-- | arch/powerpc/kernel/vdso64/.gitignore | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore new file mode 100644 index 000000000000..45c9ad23526e --- /dev/null +++ b/arch/powerpc/boot/.gitignore | |||
@@ -0,0 +1,20 @@ | |||
1 | addnote | ||
2 | infblock.c | ||
3 | infblock.h | ||
4 | infcodes.c | ||
5 | infcodes.h | ||
6 | inffast.c | ||
7 | inffast.h | ||
8 | inflate.c | ||
9 | inftrees.c | ||
10 | inftrees.h | ||
11 | infutil.c | ||
12 | infutil.h | ||
13 | kernel-vmlinux.strip.c | ||
14 | kernel-vmlinux.strip.gz | ||
15 | uImage | ||
16 | zImage | ||
17 | zImage.vmode | ||
18 | zconf.h | ||
19 | zlib.h | ||
20 | zutil.h | ||
diff --git a/arch/powerpc/kernel/vdso32/.gitignore b/arch/powerpc/kernel/vdso32/.gitignore new file mode 100644 index 000000000000..e45fba9d0ced --- /dev/null +++ b/arch/powerpc/kernel/vdso32/.gitignore | |||
@@ -0,0 +1 @@ | |||
vdso32.lds | |||
diff --git a/arch/powerpc/kernel/vdso64/.gitignore b/arch/powerpc/kernel/vdso64/.gitignore new file mode 100644 index 000000000000..3fd18cf9fec2 --- /dev/null +++ b/arch/powerpc/kernel/vdso64/.gitignore | |||
@@ -0,0 +1 @@ | |||
vdso64.lds | |||