diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-06 11:48:21 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-06 13:26:40 +0200 |
commit | 2ae342e64d987866cf44cded90891ffde89a93a9 (patch) | |
tree | 396757e129f53689acab209698b01e1375feaafa /tools/testing/selftests/powerpc/math | |
parent | powerpc/bpf: Add support for bpf constant blinding (diff) | |
download | linux-2ae342e64d987866cf44cded90891ffde89a93a9.tar.xz linux-2ae342e64d987866cf44cded90891ffde89a93a9.zip |
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/powerpc/math')
-rw-r--r-- | tools/testing/selftests/powerpc/math/.gitignore | 1 |
1 files changed, 1 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 vmx_preempt fpu_signal vmx_signal +vsx_preempt |