Skip to content

Commit

Permalink
selftests: x86: add missing executables to .gitignore
Browse files Browse the repository at this point in the history
Executables that are common for both x86_32 and x86_64 are missing
from .gitignore. Add them.

Signed-off-by: Shuah Khan <[email protected]>
  • Loading branch information
Shuah Khan committed May 3, 2017
1 parent 1dbdcc8 commit 945f8f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/testing/selftests/x86/.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 945f8f5

Please sign in to comment.