diff options
| author | Javier Carrasco <[email protected]> | 2024-10-05 07:29:40 +0200 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-10-08 08:16:32 -0700 |
| commit | 9c4beb2dfebab4e81f7aabde03ce2918e358e841 (patch) | |
| tree | 4a5fddceab317ee0f64ffa754df9e64bdc5bb4fe /tools/testing | |
| parent | f15b8d6eb63874230e36a45dd24239050a6f6250 (diff) | |
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing')
| -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 |