diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 07:33:24 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:24 -0500 |
commit | 084662580ddc282f38b31da62af5d75208a59b12 (patch) | |
tree | 880ac53f43488fb476e8ffcd0dd60a6aa133af26 /arch/x86/vdso/.gitignore | |
parent | 9c5ba48958acf6d584f57e9169ad7ecc80ccc390 (diff) |
x86: add vdso32-int80-syms.lds to .gitignore
One of the generated files was missed in gitignore.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/vdso/.gitignore')
-rw-r--r-- | arch/x86/vdso/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
3 | vdso32-syms.lds | 3 | vdso32-syms.lds |
4 | vdso32-syscall-syms.lds | 4 | vdso32-syscall-syms.lds |
5 | vdso32-sysenter-syms.lds | 5 | vdso32-sysenter-syms.lds |
6 | vdso32-int80-syms.lds | ||