diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-10-03 17:43:10 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-08 15:38:12 +0200 |
commit | 6039680705906f270411435c05c869ac4f59ef10 (patch) | |
tree | 74ea69f33642a60a12d0f3cf2cdb6e20e06e07cb /arch | |
parent | [POWERPC] Fixup MPC8568 dts (diff) | |
download | linux-6039680705906f270411435c05c869ac4f59ef10.tar.xz linux-6039680705906f270411435c05c869ac4f59ef10.zip |
[POWERPC] Update .gitignore for new vdso generated files
We now generate vdso[32,64].so.dbg as part of the build so
add them to .gitignore
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/vdso32/.gitignore | 1 | ||||
-rw-r--r-- | arch/powerpc/kernel/vdso64/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/vdso32/.gitignore b/arch/powerpc/kernel/vdso32/.gitignore index e45fba9d0ced..fea5809857a5 100644 --- a/arch/powerpc/kernel/vdso32/.gitignore +++ b/arch/powerpc/kernel/vdso32/.gitignore @@ -1 +1,2 @@ vdso32.lds +vdso32.so.dbg diff --git a/arch/powerpc/kernel/vdso64/.gitignore b/arch/powerpc/kernel/vdso64/.gitignore index 3fd18cf9fec2..77a0b423642c 100644 --- a/arch/powerpc/kernel/vdso64/.gitignore +++ b/arch/powerpc/kernel/vdso64/.gitignore @@ -1 +1,2 @@ vdso64.lds +vdso64.so.dbg |