diff options
author | Daniel Xu <dxu@dxuuu.xyz> | 2021-06-16 23:52:11 +0200 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2021-06-17 01:33:37 +0200 |
commit | 809ed84de8b3f2fd7b1d06efb94bf98fd318a7d7 (patch) | |
tree | 9874d1cf444fb4e72f8cd509dd3c4248ea23f1c2 /kernel/bpf | |
parent | Merge branch 'bpf-sock-migration' (diff) | |
download | linux-809ed84de8b3f2fd7b1d06efb94bf98fd318a7d7.tar.xz linux-809ed84de8b3f2fd7b1d06efb94bf98fd318a7d7.zip |
selftests/bpf: Whitelist test_progs.h from .gitignore
Somehow test_progs.h was being included by the existing rule:
/test_progs*
This is bad because:
1) test_progs.h is a checked in file
2) grep-like tools like ripgrep[0] respect gitignore and
test_progs.h was being hidden from searches
[0]: https://github.com/BurntSushi/ripgrep
Fixes: 74b5a5968fe8 ("selftests/bpf: Replace test_progs and test_maps w/ general rule")
Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/a46f64944bf678bc652410ca6028d3450f4f7f4b.1623880296.git.dxu@dxuuu.xyz
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions