build: ignore depfiles on codespell

This amends commit e665769f5 ("build: automatically generate header
dependencies", 2023-07-05) / PR #6164.
This commit is contained in:
Kelvin M. Klann 2024-02-01 22:20:08 -03:00
parent bb45aa505d
commit b23f484df9

View file

@ -381,7 +381,7 @@ scan-build: clean
codespell:
@printf 'Running %s...\n' $@
@codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
-S *.gz,*.o,*.so \
-S *.d,*.gz,*.o,*.so \
-S COPYING,m4 \
-S ./contrib/syscalls.sh \
.