2018-10-19 14:26:55

by Anders Roxell

[permalink] [raw]
Subject: [PATCH] selftests/bpf: add missing executables to .gitignore

Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
Signed-off-by: Anders Roxell <[email protected]>
---
tools/testing/selftests/bpf/.gitignore | 2 ++
1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 8a60c9b9892d..1b799e30c06d 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -25,3 +25,5 @@ test_cgroup_storage
test_select_reuseport
test_flow_dissector
flow_dissector_load
+test_netcnt
+test_section_names
--
2.19.1



2018-10-19 18:03:54

by Y Song

[permalink] [raw]
Subject: Re: [PATCH] selftests/bpf: add missing executables to .gitignore

On Fri, Oct 19, 2018 at 7:25 AM Anders Roxell <[email protected]> wrote:
>
> Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
> Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
> Signed-off-by: Anders Roxell <[email protected]>

Acked-by: Yonghong Song <[email protected]>

2018-10-19 20:33:37

by Alexei Starovoitov

[permalink] [raw]
Subject: Re: [PATCH] selftests/bpf: add missing executables to .gitignore

On Fri, Oct 19, 2018 at 04:24:36PM +0200, Anders Roxell wrote:
> Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
> Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
> Signed-off-by: Anders Roxell <[email protected]>

Applied, Thanks