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
This commit is contained in:
parent
1fc0c27b14
commit
f0812f6ca8
|
@ -0,0 +1,3 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
gunz_test
|
||||
gzfht_test
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
rfi_flush
|
||||
entry_flush
|
||||
spectre_v2
|
||||
|
|
|
@ -3,3 +3,4 @@ signal
|
|||
signal_tm
|
||||
sigfuz
|
||||
sigreturn_vdso
|
||||
sig_sc_double_restart
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
ipc_unmuxed
|
||||
rtas_filter
|
||||
|
|
Loading…
Reference in New Issue