From: Harvey Harrison Date: Wed, 30 Jan 2008 12:33:24 +0000 (+0100) Subject: x86: add vdso32-int80-syms.lds to .gitignore X-Git-Tag: v2.6.25-rc1~1143^2~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=084662580ddc282f38b31da62af5d75208a59b12;p=platform%2Fkernel%2Flinux-stable.git x86: add vdso32-int80-syms.lds to .gitignore One of the generated files was missed in gitignore. Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/vdso/.gitignore b/arch/x86/vdso/.gitignore index b9030e5..60274d5 100644 --- a/arch/x86/vdso/.gitignore +++ b/arch/x86/vdso/.gitignore @@ -3,3 +3,4 @@ vdso-syms.lds vdso32-syms.lds vdso32-syscall-syms.lds vdso32-sysenter-syms.lds +vdso32-int80-syms.lds