Update .gitignore with newly added tests. Signed-off-by: Shuah Khan <[email protected]> --- tools/testing/selftests/seccomp/.gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/seccomp/.gitignore b/tools/testing/selftests/seccomp/.gitignore index 346d83ca8069..5af29d3a1b0a 100644 --- a/tools/testing/selftests/seccomp/.gitignore +++ b/tools/testing/selftests/seccomp/.gitignore @@ -1 +1,2 @@ seccomp_bpf +seccomp_benchmark -- 2.11.0

