diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-05-02 11:00:22 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-05-03 10:55:20 -0600 |
commit | 945f8f5f863321de0dc5c13b3d446d4dbf41531e (patch) | |
tree | 439f6ee4e042f5ba3072170d3710b74348fad17b /tools/testing | |
parent | 1dbdcc810928a2c1acdd0bbfce9495f63610a0d1 (diff) | |
download | linux-945f8f5f863321de0dc5c13b3d446d4dbf41531e.tar.bz2 |
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>
Diffstat (limited to 'tools/testing')
-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 @@ *_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 |