]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit56f2ff27aba126c28bc2abcd74b60393e4b7e6d6
treed31b3f87ff88693875b2f08ba9cdbd8d8b61c01d
parent2db07edd261778d52dc831566dee703cee7d46f1
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