mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-23 15:37:49 -04:00
selftests: net: add getsockopt_iter binary to .gitignore
The generated binary for getsockopt_iter.c shouldn't show up as an
untracked git file after running:
make -C tools/testing/selftests TARGETS=net install
Let's just ignore it.
Fixes: d39887f55d ("net: selftests: add getsockopt_iter regression tests")
Signed-off-by: Fernando Fernandez Mancera <fmancera@suse.de>
Link: https://patch.msgid.link/20260608112259.4022-1-fmancera@suse.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
61abe5db23
commit
f511d2c4e0
1
tools/testing/selftests/net/.gitignore
vendored
1
tools/testing/selftests/net/.gitignore
vendored
@@ -6,6 +6,7 @@ busy_poller
|
||||
cmsg_sender
|
||||
epoll_busy_poll
|
||||
fin_ack_lat
|
||||
getsockopt_iter
|
||||
hwtstamp_config
|
||||
icmp_rfc4884
|
||||
io_uring_zerocopy_tx
|
||||
|
||||
Reference in New Issue
Block a user