forked from Minki/linux
selftests/bpf: Fix .gitignore to not ignore test_progs.c
List all possible test_progs flavors explicitly to avoid accidentally ignoring valid source code files. In this case, test_progs.c was still ignored after recent809ed84de8
("selftests/bpf: Whitelist test_progs.h from .gitignore") fix that added exception only for test_progs.h. Fixes:74b5a5968f
("selftests/bpf: Replace test_progs and test_maps w/ general rule") Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20210914162228.3995740-1-andrii@kernel.org
This commit is contained in:
parent
c035407743
commit
8987ede3ed
5
tools/testing/selftests/bpf/.gitignore
vendored
5
tools/testing/selftests/bpf/.gitignore
vendored
@ -9,8 +9,9 @@ test_tag
|
||||
FEATURE-DUMP.libbpf
|
||||
fixdep
|
||||
test_dev_cgroup
|
||||
/test_progs*
|
||||
!test_progs.h
|
||||
/test_progs
|
||||
/test_progs-no_alu32
|
||||
/test_progs-bpf_gcc
|
||||
test_verifier_log
|
||||
feature
|
||||
test_sock
|
||||
|
Loading…
Reference in New Issue
Block a user