From cdad1cd7ae93a33c4b9b47c6f92b3b1f8ff31148 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Mon, 23 Apr 2018 16:00:50 +0200 Subject: [PATCH] selftests: net: update .gitignore with missing test Fixes: 6eb59c00f685 ("selftests: net: add tcp_mmap program") Signed-off-by: Anders Roxell Signed-off-by: David S. Miller --- tools/testing/selftests/net/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index c612d6e38c628..5559f6add0468 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -7,3 +7,4 @@ reuseport_bpf_cpu reuseport_bpf_numa reuseport_dualstack reuseaddr_conflict +tcp_mmap -- 2.39.5