summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/copyloops
diff options
context:
space:
mode:
authorGustavo Romero <gromero@linux.ibm.com>2019-08-14 23:56:38 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2019-08-22 16:12:47 +0300
commitb8baa05a0e505f8311fb03f5c72e75fa0e13fd95 (patch)
treed31b3f87ff88693875b2f08ba9cdbd8d8b61c01d /tools/testing/selftests/powerpc/copyloops
parent6278f55ba5ed20f486ea2049da0cf9a9c1d9a5d5 (diff)
downloadlinux-b8baa05a0e505f8311fb03f5c72e75fa0e13fd95.tar.xz
selftests/powerpc: Ignore generated files
Currently some binary files which are generated when tests are compiled are not ignored by git, so 'git status' catch them. For copyloops test, fix wrong binary names already in .gitignore. For ptrace, security, and stringloops tests add missing binary names to the .gitignore file. Signed-off-by: Gustavo Romero <gromero@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190814205638.25322-2-gromero@linux.ibm.com
Diffstat (limited to 'tools/testing/selftests/powerpc/copyloops')
-rw-r--r--tools/testing/selftests/powerpc/copyloops/.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testing/selftests/powerpc/copyloops/.gitignore b/tools/testing/selftests/powerpc/copyloops/.gitignore
index ce12cd0e2967..de158104912a 100644
--- a/tools/testing/selftests/powerpc/copyloops/.gitignore
+++ b/tools/testing/selftests/powerpc/copyloops/.gitignore
@@ -1,13 +1,13 @@
copyuser_64_t0
copyuser_64_t1
copyuser_64_t2
-copyuser_power7_t0
-copyuser_power7_t1
+copyuser_p7_t0
+copyuser_p7_t1
memcpy_64_t0
memcpy_64_t1
memcpy_64_t2
-memcpy_power7_t0
-memcpy_power7_t1
+memcpy_p7_t0
+memcpy_p7_t1
copyuser_64_exc_t0
copyuser_64_exc_t1
copyuser_64_exc_t2