Skip to content

Commit

Permalink
selftests/powerpc: Add missing files to .gitignores
Browse files Browse the repository at this point in the history
These were missed when the respective tests were added, add them now.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220616070705.1941829-1-mpe@ellerman.id.au
  • Loading branch information
Michael Ellerman committed Jun 29, 2022
1 parent c7b9ed7 commit dd3549c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/powerpc/math/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ fpu_signal
vmx_signal
vsx_preempt
fpu_denormal
mma
1 change: 1 addition & 0 deletions tools/testing/selftests/powerpc/mce/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
inject-ra-err
1 change: 1 addition & 0 deletions tools/testing/selftests/powerpc/pmu/ebb/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ back_to_back_ebbs_test
lost_exception_test
no_handler_test
cycles_with_mmcr2_test
regs_access_pmccext_test
1 change: 1 addition & 0 deletions tools/testing/selftests/powerpc/security/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
rfi_flush
entry_flush
spectre_v2
uaccess_flush

0 comments on commit dd3549c

Please sign in to comment.