selftests: x86: add missing executables to .gitignore
Executables that are common for both x86_32 and x86_64 are missing from .gitignore. Add them. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
This commit is contained in:
parent
1dbdcc8109
commit
945f8f5f86
|
@ -1,2 +1,15 @@
|
|||
*_32
|
||||
*_64
|
||||
single_step_syscall
|
||||
sysret_ss_attrs
|
||||
syscall_nt
|
||||
ptrace_syscall
|
||||
test_mremap_vdso
|
||||
check_initial_reg_state
|
||||
sigreturn
|
||||
ldt_gdt
|
||||
iopl
|
||||
mpx-mini-test
|
||||
ioperm
|
||||
protection_keys
|
||||
test_vdso
|
||||
|
|
Loading…
Reference in New Issue