diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-05-02 13:00:22 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-05-03 12:55:20 -0400 |
commit | 945f8f5f863321de0dc5c13b3d446d4dbf41531e (patch) | |
tree | 439f6ee4e042f5ba3072170d3710b74348fad17b | |
parent | 1dbdcc810928a2c1acdd0bbfce9495f63610a0d1 (diff) |
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>
-rw-r--r-- | tools/testing/selftests/x86/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/testing/selftests/x86/.gitignore b/tools/testing/selftests/x86/.gitignore index 15034fef9698..7757f73ff9a3 100644 --- a/tools/testing/selftests/x86/.gitignore +++ b/tools/testing/selftests/x86/.gitignore | |||
@@ -1,2 +1,15 @@ | |||
1 | *_32 | 1 | *_32 |
2 | *_64 | 2 | *_64 |
3 | single_step_syscall | ||
4 | sysret_ss_attrs | ||
5 | syscall_nt | ||
6 | ptrace_syscall | ||
7 | test_mremap_vdso | ||
8 | check_initial_reg_state | ||
9 | sigreturn | ||
10 | ldt_gdt | ||
11 | iopl | ||
12 | mpx-mini-test | ||
13 | ioperm | ||
14 | protection_keys | ||
15 | test_vdso | ||