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 13:31:27 -0700 |
commit | 78de35460a5cc206d42a239cb215c966a83ac283 (patch) | |
tree | 45b6f86dcaa2e6ec6f59cb6ef9736b5c85bffc26 | |
parent | 43ed375ff249e9f2fc986f77ed9746561895aeb3 (diff) | |
download | linux-78de35460a5cc206d42a239cb215c966a83ac283.tar.bz2 |
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>
-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 |