Skip to content

Commit

Permalink
Fix gitignore for recently added usptream self tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
weihao authored and davem330 committed Jun 3, 2023
1 parent 03c44a2 commit 02a7eee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/testing/selftests/net/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,6 +28,7 @@ reuseport_bpf_cpu
reuseport_bpf_numa
reuseport_dualstack
rxtimestamp
sctp_hello
sk_bind_sendto_listen
sk_connect_zero_addr
socket
Expand Down

0 comments on commit 02a7eee

Please sign in to comment.