diff options
author | Javier Carrasco <javier.carrasco.cruz@gmail.com> | 2024-10-05 07:29:40 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-08 17:16:32 +0200 |
commit | 9c4beb2dfebab4e81f7aabde03ce2918e358e841 (patch) | |
tree | 4a5fddceab317ee0f64ffa754df9e64bdc5bb4fe /tools | |
parent | Merge branch 'net-dsa-b53-assorted-jumbo-frame-fixes' (diff) | |
download | linux-9c4beb2dfebab4e81f7aabde03ce2918e358e841.tar.xz linux-9c4beb2dfebab4e81f7aabde03ce2918e358e841.zip |
selftests: net: add msg_oob to gitignore
This executable is missing from the corresponding gitignore file.
Add msg_oob to the net gitignore list.
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://patch.msgid.link/20241005-net-selftests-gitignore-v2-1-3a0b2876394a@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 1c04c780db66..217d8b7a7365 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -16,6 +16,7 @@ ipsec ipv6_flowlabel ipv6_flowlabel_mgr log.txt +msg_oob msg_zerocopy ncdevmem nettest |