Update .gitignore with newly added tests: tools/testing/selftests/net/af_unix/test_unix_oob tools/testing/selftests/net/gro tools/testing/selftests/net/ioam6_parser tools/testing/selftests/net/toeplitz
Signed-off-by: Shuah Khan skhan@linuxfoundation.org --- tools/testing/selftests/net/.gitignore | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 19deb9cdf72f..501550501216 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -31,3 +31,7 @@ rxtimestamp timestamping txtimestamp so_netns_cookie +test_unix_oob +gro +ioam6_parser +toeplitz
Hello:
This patch was applied to netdev/net.git (master) by David S. Miller davem@davemloft.net:
On Wed, 27 Oct 2021 14:28:46 -0600 you wrote:
Update .gitignore with newly added tests: tools/testing/selftests/net/af_unix/test_unix_oob tools/testing/selftests/net/gro tools/testing/selftests/net/ioam6_parser tools/testing/selftests/net/toeplitz
Signed-off-by: Shuah Khan skhan@linuxfoundation.org
[...]
Here is the summary with links: - selftests/net: update .gitignore with newly added tests https://git.kernel.org/netdev/net/c/e300a85db1f1
You are awesome, thank you!
linux-kselftest-mirror@lists.linaro.org