diff options
author | Weihao Gao <weihaogao@google.com> | 2023-06-02 19:54:50 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-06-03 20:44:58 +0100 |
commit | 02a7eee1ebf213dda4d517b9ed09fae4c1734312 (patch) | |
tree | 3bd2f01a973d0935778be80b05c2782cee369bfe /tools | |
parent | 03c44a21d0333a2f469680bc9caaf96a9bfaea87 (diff) |
Fix gitignore for recently added usptream self tests
This resolves the issue that generated binary is showing up as an untracked git file after every build on the kernel.
Signed-off-by: Weihao Gao <weihaogao@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 80f06aa62034..f27a7338b60e 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -8,8 +8,10 @@ diag_uid fin_ack_lat gro hwtstamp_config +io_uring_zerocopy_tx ioam6_parser ip_defrag +ip_local_port_range ipsec ipv6_flowlabel ipv6_flowlabel_mgr @@ -26,6 +28,7 @@ reuseport_bpf_cpu reuseport_bpf_numa reuseport_dualstack rxtimestamp +sctp_hello sk_bind_sendto_listen sk_connect_zero_addr socket |