Skip to content

Commit adb6b68

Browse files
q2venkuba-moo
authored andcommitted
selftest: af_unix: Create its own .gitignore.
Somehow AF_UNIX tests have reused ../.gitignore, but now NIPA warns about it. Let's create .gitignore under af_unix/. Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20251124212805.486235-2-kuniyu@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent cfeb7cd commit adb6b68

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tools/testing/selftests/net/.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ bind_timewait
44
bind_wildcard
55
busy_poller
66
cmsg_sender
7-
diag_uid
87
epoll_busy_poll
98
fin_ack_lat
109
hwtstamp_config
@@ -17,7 +16,6 @@ ipv6_flowlabel
1716
ipv6_flowlabel_mgr
1817
ipv6_fragmentation
1918
log.txt
20-
msg_oob
2119
msg_zerocopy
2220
netlink-dumps
2321
nettest
@@ -34,17 +32,13 @@ reuseport_bpf_numa
3432
reuseport_dualstack
3533
rxtimestamp
3634
sctp_hello
37-
scm_inq
38-
scm_pidfd
39-
scm_rights
4035
sk_bind_sendto_listen
4136
sk_connect_zero_addr
4237
sk_so_peek_off
4338
skf_net_off
4439
socket
4540
so_incoming_cpu
4641
so_netns_cookie
47-
so_peek_off
4842
so_txtime
4943
so_rcv_listener
5044
stress_reuseport_listen
@@ -63,5 +57,3 @@ txtimestamp
6357
udpgso
6458
udpgso_bench_rx
6559
udpgso_bench_tx
66-
unix_connect
67-
unix_connreset
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
diag_uid
2+
msg_oob
3+
scm_inq
4+
scm_pidfd
5+
scm_rights
6+
so_peek_off
7+
unix_connect
8+
unix_connreset

0 commit comments

Comments
 (0)