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