diff options
author | Michael Neuling <mikey@neuling.org> | 2018-05-22 16:13:59 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-05-25 00:08:25 +1000 |
commit | bd79010fb3a9aa160e1780e2496798e3ac6e7ba5 (patch) | |
tree | 85770a3b2a9891655fb74a658895cf884719ddd5 /tools/testing/selftests/powerpc | |
parent | 0e36b0d12501e278686634712975b785bae11641 (diff) | |
download | blackbird-obmc-linux-bd79010fb3a9aa160e1780e2496798e3ac6e7ba5.tar.gz blackbird-obmc-linux-bd79010fb3a9aa160e1780e2496798e3ac6e7ba5.zip |
selftests/powerpc: Add missing .gitignores
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc')
-rw-r--r-- | tools/testing/selftests/powerpc/alignment/.gitignore | 1 | ||||
-rw-r--r-- | tools/testing/selftests/powerpc/tm/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/alignment/.gitignore b/tools/testing/selftests/powerpc/alignment/.gitignore index 1d980e3d7039..9d383073b7ad 100644 --- a/tools/testing/selftests/powerpc/alignment/.gitignore +++ b/tools/testing/selftests/powerpc/alignment/.gitignore @@ -3,3 +3,4 @@ copy_first_unaligned paste_unaligned paste_last_unaligned copy_paste_unaligned_common +alignment_handler diff --git a/tools/testing/selftests/powerpc/tm/.gitignore b/tools/testing/selftests/powerpc/tm/.gitignore index bb90d4b79524..c3ee8393dae8 100644 --- a/tools/testing/selftests/powerpc/tm/.gitignore +++ b/tools/testing/selftests/powerpc/tm/.gitignore @@ -14,3 +14,4 @@ tm-signal-context-chk-vsx tm-vmx-unavail tm-unavailable tm-trap +tm-sigreturn |