diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-10-03 10:43:10 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-08 08:38:12 -0500 |
commit | 6039680705906f270411435c05c869ac4f59ef10 (patch) | |
tree | 74ea69f33642a60a12d0f3cf2cdb6e20e06e07cb /arch | |
parent | 86a04d9c850787040ba63261cfa5eb9a48b58e5a (diff) |
[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 e45fba9d0ce..fea5809857a 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 3fd18cf9fec..77a0b423642 100644 --- a/arch/powerpc/kernel/vdso64/.gitignore +++ b/arch/powerpc/kernel/vdso64/.gitignore @@ -1 +1,2 @@ vdso64.lds +vdso64.so.dbg |