Message ID | 20241108004731.2979878-1-kuba@kernel.org (mailing list archive) |
---|---|
State | New |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] selftests: net: add netlink-dumps to .gitignore | expand |
On Thu, Nov 07, 2024 at 04:47:31PM -0800, Jakub Kicinski wrote: > Commit 55d42a0c3f9c ("selftests: net: add a test for closing > a netlink socket ith dump in progress") added a new test > but did not add it to gitignore. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> > --- > tools/testing/selftests/net/.gitignore | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Joe Damato <jdamato@fastly.com>
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 217d8b7a7365..59fe07ee2df9 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -19,6 +19,7 @@ log.txt msg_oob msg_zerocopy ncdevmem +netlink-dumps nettest psock_fanout psock_snd
Commit 55d42a0c3f9c ("selftests: net: add a test for closing a netlink socket ith dump in progress") added a new test but did not add it to gitignore. Signed-off-by: Jakub Kicinski <kuba@kernel.org> --- tools/testing/selftests/net/.gitignore | 1 + 1 file changed, 1 insertion(+)