From: Jakub Kicinski Date: Thu, 20 Dec 2018 06:13:09 +0000 (-0800) Subject: selftests: bpf: add missing executables to .gitignore X-Git-Tag: v5.4-rc1~1957^2~15^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=489c066cfdf1cad776c5e041f32a2e3cdb05050a;p=platform%2Fkernel%2Flinux-rpi.git selftests: bpf: add missing executables to .gitignore commit 435f90a338ae ("selftests/bpf: add a test case for sock_ops perf-event notification") missed adding new test to gitignore. Signed-off-by: Jakub Kicinski Signed-off-by: Daniel Borkmann --- diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 1b799e3..4a97850 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -27,3 +27,4 @@ test_flow_dissector flow_dissector_load test_netcnt test_section_names +test_tcpnotify_user