diff options
author | Anshuman Khandual <khandual@linux.vnet.ibm.com> | 2015-05-21 08:43:13 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-06-07 11:38:20 +0200 |
commit | 809fac67c8530704a214e2c476349692e2fb9299 (patch) | |
tree | fb5f1dc46b47e9ff219900cf7d4a32b485bec537 /tools/testing | |
parent | selftests/powerpc: Add thread based stress test for DSCR sysfs interfaces (diff) | |
download | linux-809fac67c8530704a214e2c476349692e2fb9299.tar.xz linux-809fac67c8530704a214e2c476349692e2fb9299.zip |
selftests/powerpc: Add gitignore file for the new DSCR tests
This patch adds .gitignore for all the newly added DSCR tests.
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/powerpc/dscr/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/dscr/.gitignore b/tools/testing/selftests/powerpc/dscr/.gitignore new file mode 100644 index 000000000000..b585c6c1564a --- /dev/null +++ b/tools/testing/selftests/powerpc/dscr/.gitignore @@ -0,0 +1,7 @@ +dscr_default_test +dscr_explicit_test +dscr_inherit_exec_test +dscr_inherit_test +dscr_sysfs_test +dscr_sysfs_thread_test +dscr_user_test |