selftests/powerpc: Ignore generated files
authorGustavo Romero <gromero@linux.ibm.com>
Wed, 14 Aug 2019 20:56:38 +0000 (15:56 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 22 Aug 2019 13:12:47 +0000 (23:12 +1000)
commitb8baa05a0e505f8311fb03f5c72e75fa0e13fd95
treed31b3f87ff88693875b2f08ba9cdbd8d8b61c01d
parent6278f55ba5ed20f486ea2049da0cf9a9c1d9a5d5
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
tools/testing/selftests/powerpc/copyloops/.gitignore
tools/testing/selftests/powerpc/ptrace/.gitignore
tools/testing/selftests/powerpc/security/.gitignore [new file with mode: 0644]
tools/testing/selftests/powerpc/stringloops/.gitignore