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
This commit is contained in:
Gustavo Romero
2019-08-14 15:56:38 -05:00
committed by Michael Ellerman
parent 6278f55ba5
commit b8baa05a0e
4 changed files with 12 additions and 5 deletions

View File

@@ -1 +1,4 @@
memcmp
memcmp_64
memcmp_32
strlen
strlen_32