From: Pu Lehui <pulehui@huawei.com> hulk inclusion category: feature bugzilla: https://atomgit.com/openeuler/kernel/issues/8335 CVE: NA -------------------------------- When bpf selftests is compiled, there will always be one more file_read_pattern file in git status. The reason is that commit 9c9387a5464a ("selftests/bpf: add demo for file read pattern detection") did not add it to the .gitignore file. Fixes: 9c9387a5464a ("selftests/bpf: add demo for file read pattern detection") Signed-off-by: Pu Lehui <pulehui@huawei.com> Signed-off-by: Luo Gengkun <luogengkun2@huawei.com> --- tools/testing/selftests/bpf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index f1aebabfb017..729d305aa53c 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -52,3 +52,4 @@ xdp_redirect_multi xdp_synproxy xdp_hw_metadata xdp_features +file_read_pattern -- 2.34.1