Skip to content

Commit

Permalink
selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignore
Browse files Browse the repository at this point in the history
Missing files are:
* tools/testing/selftests/bpf/map_tests/tests.h - autogenerated
* tools/testing/selftests/bpf/test_sysctl - binary

Fixes: 51a0e30 ("bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps")
Fixes: 1f5fa9a ("selftests/bpf: Test BPF_CGROUP_SYSCTL")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
  • Loading branch information
Stanislav Fomichev authored and Alexei Starovoitov committed May 16, 2019
1 parent e547ff3 commit bca844a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/bpf/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test_section_names
test_tcpnotify_user
test_libbpf
test_tcp_check_syncookie_user
test_sysctl
alu32
libbpf.pc
libbpf.so.*
1 change: 1 addition & 0 deletions tools/testing/selftests/bpf/map_tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests.h

0 comments on commit bca844a

Please sign in to comment.