diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-10-19 16:24:36 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2018-10-19 22:31:27 +0200 |
commit | 78de35460a5cc206d42a239cb215c966a83ac283 (patch) | |
tree | 45b6f86dcaa2e6ec6f59cb6ef9736b5c85bffc26 /tools | |
parent | Merge branch 'queue_stack_maps' (diff) | |
download | linux-78de35460a5cc206d42a239cb215c966a83ac283.tar.xz linux-78de35460a5cc206d42a239cb215c966a83ac283.zip |
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 <anders.roxell@linaro.org>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |