Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634535 > unrolled thread

[PATCH] selftests: x86: add missing executables to .gitignore

Started byShuah Khan <shuahkh@osg.samsung.com>
First post2017-05-02 19:10 +0200
Last post2017-05-02 19:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] selftests: x86: add missing executables to .gitignore Shuah Khan <shuahkh@osg.samsung.com> - 2017-05-02 19:10 +0200

#1634535 — [PATCH] selftests: x86: add missing executables to .gitignore

FromShuah Khan <shuahkh@osg.samsung.com>
Date2017-05-02 19:10 +0200
Subject[PATCH] selftests: x86: add missing executables to .gitignore
Message-ID<tCJth-17y-31@gated-at.bofh.it>
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>
---
 tools/testing/selftests/x86/.gitignore | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/tools/testing/selftests/x86/.gitignore b/tools/testing/selftests/x86/.gitignore
index 15034fe..7757f73 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
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web