From: Harvey Harrison Date: Wed, 30 Jan 2008 12:33:24 +0000 (+0100) Subject: x86: add vdso32-int80-syms.lds to .gitignore X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=084662580ddc282f38b31da62af5d75208a59b12;p=linux-beck.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 b9030e533418..60274d5746e1 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