selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignore
authorStanislav Fomichev <sdf@google.com>
Thu, 16 May 2019 16:46:57 +0000 (09:46 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 16 May 2019 18:41:31 +0000 (11:41 -0700)
commitbca844a8c92502b2aa5bd50a9094eaf01a1710c0
treedea60104f84407305fd25e5dec48daf2c723a1e3
parente547ff3f803e779a3898f1f48447b29f43c54085
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>
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/map_tests/.gitignore [new file with mode: 0644]