.pylintrc: warning: ignored by one of the .gitignore files ../kernel/bpf/verifier.c:1931:35: warning: unused function 'get_loop_entry' [-Wunused-function] 1931 | static struct bpf_verifier_state *get_loop_entry(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ ../kernel/bpf/verifier.c:1945:13: warning: unused function 'update_loop_entry' [-Wunused-function] 1945 | static void update_loop_entry(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~~~ 2 warnings generated. .pylintrc: warning: ignored by one of the .gitignore files