Skip to content

Commit 02a7eee

Browse files
weihaodavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 03c44a2 commit 02a7eee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/testing/selftests/net/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ diag_uid
88
fin_ack_lat
99
gro
1010
hwtstamp_config
11+
io_uring_zerocopy_tx
1112
ioam6_parser
1213
ip_defrag
14+
ip_local_port_range
1315
ipsec
1416
ipv6_flowlabel
1517
ipv6_flowlabel_mgr
@@ -26,6 +28,7 @@ reuseport_bpf_cpu
2628
reuseport_bpf_numa
2729
reuseport_dualstack
2830
rxtimestamp
31+
sctp_hello
2932
sk_bind_sendto_listen
3033
sk_connect_zero_addr
3134
socket

0 commit comments

Comments
 (0)