diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-05-16 19:46:57 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-05-16 21:41:31 +0300 |
commit | bca844a8c92502b2aa5bd50a9094eaf01a1710c0 (patch) | |
tree | dea60104f84407305fd25e5dec48daf2c723a1e3 /tools/testing/selftests/bpf/map_tests | |
parent | e547ff3f803e779a3898f1f48447b29f43c54085 (diff) | |
download | linux-bca844a8c92502b2aa5bd50a9094eaf01a1710c0.tar.xz |
selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignore
Missing files are:
* tools/testing/selftests/bpf/map_tests/tests.h - autogenerated
* tools/testing/selftests/bpf/test_sysctl - binary
Fixes: 51a0e301a563 ("bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps")
Fixes: 1f5fa9ab6e2e ("selftests/bpf: Test BPF_CGROUP_SYSCTL")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/map_tests')
-rw-r--r-- | tools/testing/selftests/bpf/map_tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/map_tests/.gitignore b/tools/testing/selftests/bpf/map_tests/.gitignore new file mode 100644 index 000000000000..45984a364647 --- /dev/null +++ b/tools/testing/selftests/bpf/map_tests/.gitignore @@ -0,0 +1 @@ +tests.h |