diff options
author | Kumar Gala <galak@gate.crashing.org> | 2006-01-11 05:12:23 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-11 05:35:35 +0100 |
commit | 0e5e39bfd811be4612a23242353b426ac6438e03 (patch) | |
tree | 28ce0b1da565334ee011032ad06470cfdc88696f /arch/powerpc/kernel/vdso32 | |
parent | [PATCH] powerpc: Updated Kconfig and Makefiles for 83xx support (diff) | |
download | linux-0e5e39bfd811be4612a23242353b426ac6438e03.tar.xz linux-0e5e39bfd811be4612a23242353b426ac6438e03.zip |
[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/powerpc/kernel/vdso32')
-rw-r--r-- | arch/powerpc/kernel/vdso32/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |