diff options
author | Matthieu Baerts (NGI0) <matttbe@kernel.org> | 2025-03-28 15:27:19 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-31 16:52:39 -0700 |
commit | b44a4c28228fc50b0af05b5d15b44c2172f112a0 (patch) | |
tree | 80f07126d195069574ea072ab4db7e1c093dd650 /tools | |
parent | c183165f87a486d5879f782c05a23c179c3794ab (diff) | |
download | linux-b44a4c28228fc50b0af05b5d15b44c2172f112a0.tar.gz linux-b44a4c28228fc50b0af05b5d15b44c2172f112a0.tar.bz2 linux-b44a4c28228fc50b0af05b5d15b44c2172f112a0.zip |
selftests: mptcp: ignore mptcp_diag binary
A new binary is now generated by the MPTCP selftests: mptcp_diag.
Like the other binaries from this directory, there is no need to track
this in Git, it should then be ignored.
Fixes: 00f5e338cf7e ("selftests: mptcp: Add a tool to get specific msk_info")
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250328-net-mptcp-misc-fixes-6-15-v1-4-34161a482a7f@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/mptcp/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/mptcp/.gitignore b/tools/testing/selftests/net/mptcp/.gitignore index 49daae73c41e..833279fb34e2 100644 --- a/tools/testing/selftests/net/mptcp/.gitignore +++ b/tools/testing/selftests/net/mptcp/.gitignore @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only mptcp_connect +mptcp_diag mptcp_inq mptcp_sockopt pm_nl_ctl |