2018-04-10 12:29:10

by Anders Roxell

[permalink] [raw]
Subject: [PATCH] selftests: bpf: update .gitignore with missing generated files

Signed-off-by: Anders Roxell <[email protected]>
---
tools/testing/selftests/bpf/.gitignore | 3 +++
1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 9cf83f895d98..5e1ab2f0eb79 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -12,3 +12,6 @@ test_tcpbpf_user
test_verifier_log
feature
test_libbpf_open
+test_sock
+test_sock_addr
+urandom_read
--
2.16.3



2018-04-10 23:20:01

by Daniel Borkmann

[permalink] [raw]
Subject: Re: [PATCH] selftests: bpf: update .gitignore with missing generated files

On 04/10/2018 02:24 PM, Anders Roxell wrote:
> Signed-off-by: Anders Roxell <[email protected]>

Applied to bpf tree, thanks Anders!