diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-06 05:48:21 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-06 07:26:40 -0400 |
commit | 2ae342e64d987866cf44cded90891ffde89a93a9 (patch) | |
tree | 396757e129f53689acab209698b01e1375feaafa /tools/testing/selftests | |
parent | b7b7013cac55d794940bd9cb7b7c55c9dececac4 (diff) |
selftests/powerpc: Add missing binaries to .gitignores
Some of the recent new selftests were missing additions to .gitignore,
add them now.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r-- | tools/testing/selftests/powerpc/math/.gitignore | 1 | ||||
-rw-r--r-- | tools/testing/selftests/powerpc/signal/.gitignore | 2 | ||||
-rw-r--r-- | tools/testing/selftests/powerpc/tm/.gitignore | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/math/.gitignore b/tools/testing/selftests/powerpc/math/.gitignore index 4fe13a439fd7..50ded63e25b7 100644 --- a/tools/testing/selftests/powerpc/math/.gitignore +++ b/tools/testing/selftests/powerpc/math/.gitignore | |||
@@ -4,3 +4,4 @@ fpu_preempt | |||
4 | vmx_preempt | 4 | vmx_preempt |
5 | fpu_signal | 5 | fpu_signal |
6 | vmx_signal | 6 | vmx_signal |
7 | vsx_preempt | ||
diff --git a/tools/testing/selftests/powerpc/signal/.gitignore b/tools/testing/selftests/powerpc/signal/.gitignore new file mode 100644 index 000000000000..1b89224a8aab --- /dev/null +++ b/tools/testing/selftests/powerpc/signal/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | signal | ||
2 | signal_tm | ||
diff --git a/tools/testing/selftests/powerpc/tm/.gitignore b/tools/testing/selftests/powerpc/tm/.gitignore index 82c0a9ce6e74..427621792229 100644 --- a/tools/testing/selftests/powerpc/tm/.gitignore +++ b/tools/testing/selftests/powerpc/tm/.gitignore | |||
@@ -7,3 +7,7 @@ tm-fork | |||
7 | tm-tar | 7 | tm-tar |
8 | tm-tmspr | 8 | tm-tmspr |
9 | tm-exec | 9 | tm-exec |
10 | tm-signal-context-chk-fpu | ||
11 | tm-signal-context-chk-gpr | ||
12 | tm-signal-context-chk-vmx | ||
13 | tm-signal-context-chk-vsx | ||