Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/powerpc: update .gitignore

I did an in-place build of the self-tests and found that it left
the tree dirty.

Add missed test binaries to .gitignore

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201201144427.1228745-1-dja@axtens.net

authored by

Daniel Axtens and committed by
Michael Ellerman
f0812f6c 1fc0c27b

+6
+3
tools/testing/selftests/powerpc/nx-gzip/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + gunz_test 3 + gzfht_test
+1
tools/testing/selftests/powerpc/security/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 rfi_flush 3 3 entry_flush 4 + spectre_v2
+1
tools/testing/selftests/powerpc/signal/.gitignore
··· 3 3 signal_tm 4 4 sigfuz 5 5 sigreturn_vdso 6 + sig_sc_double_restart
+1
tools/testing/selftests/powerpc/syscalls/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 ipc_unmuxed 3 + rtas_filter