Commit b8baa05a authored by Gustavo Romero's avatar Gustavo Romero Committed by Michael Ellerman

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: default avatarGustavo Romero <gromero@linux.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190814205638.25322-2-gromero@linux.ibm.com
parent 6278f55b
copyuser_64_t0 copyuser_64_t0
copyuser_64_t1 copyuser_64_t1
copyuser_64_t2 copyuser_64_t2
copyuser_power7_t0 copyuser_p7_t0
copyuser_power7_t1 copyuser_p7_t1
memcpy_64_t0 memcpy_64_t0
memcpy_64_t1 memcpy_64_t1
memcpy_64_t2 memcpy_64_t2
memcpy_power7_t0 memcpy_p7_t0
memcpy_power7_t1 memcpy_p7_t1
copyuser_64_exc_t0 copyuser_64_exc_t0
copyuser_64_exc_t1 copyuser_64_exc_t1
copyuser_64_exc_t2 copyuser_64_exc_t2
...@@ -10,3 +10,6 @@ ptrace-tm-spd-vsx ...@@ -10,3 +10,6 @@ ptrace-tm-spd-vsx
ptrace-tm-spr ptrace-tm-spr
ptrace-hwbreak ptrace-hwbreak
perf-hwbreak perf-hwbreak
core-pkey
ptrace-pkey
ptrace-syscall
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment