Skip to content

Commit

Permalink
selftests/powerpc: update .gitignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
daxtens authored and mpe committed Dec 3, 2020
1 parent 1fc0c27 commit f0812f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/testing/selftests/powerpc/nx-gzip/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
gunz_test
gzfht_test
1 change: 1 addition & 0 deletions tools/testing/selftests/powerpc/security/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
rfi_flush
entry_flush
spectre_v2
1 change: 1 addition & 0 deletions tools/testing/selftests/powerpc/signal/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ signal
signal_tm
sigfuz
sigreturn_vdso
sig_sc_double_restart
1 change: 1 addition & 0 deletions tools/testing/selftests/powerpc/syscalls/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
ipc_unmuxed
rtas_filter

0 comments on commit f0812f6

Please sign in to comment.