diff options
author | Michael Ellerman | 2022-06-16 17:07:05 +1000 |
---|---|---|
committer | Michael Ellerman | 2022-06-29 19:37:04 +1000 |
commit | dd3549c5032d588bf444bc8b8eae5108d0aa055a (patch) | |
tree | 1a327691ad36c9a7f3245a0259f797975c5205af /tools/testing/selftests/powerpc/pmu | |
parent | c7b9ed7c34a9f5dbf8222d63e3e313cef9f3150b (diff) |
selftests/powerpc: Add missing files to .gitignores
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
Diffstat (limited to 'tools/testing/selftests/powerpc/pmu')
-rw-r--r-- | tools/testing/selftests/powerpc/pmu/ebb/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/pmu/ebb/.gitignore b/tools/testing/selftests/powerpc/pmu/ebb/.gitignore index 2920fb39439b..64d8dfdac74a 100644 --- a/tools/testing/selftests/powerpc/pmu/ebb/.gitignore +++ b/tools/testing/selftests/powerpc/pmu/ebb/.gitignore @@ -21,3 +21,4 @@ back_to_back_ebbs_test lost_exception_test no_handler_test cycles_with_mmcr2_test +regs_access_pmccext_test |