Fix make syntax-check

* cfg.mk: Add fuzzer reproducers to exception list
* po/POTFILES.in: Add src/spider.c
This commit is contained in:
Tim Rühsen 2018-05-06 17:44:33 +02:00
parent a6452061f8
commit 491c6914cb
2 changed files with 2 additions and 1 deletions

2
cfg.mk
View File

@ -34,4 +34,4 @@ local-checks-to-skip = \
show-vc-list-except:
@$(VC_LIST_EXCEPT)
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|((msdos|vms)/.*)|ChangeLog-2014-12-10|/.*.der|^tests/certs/.*|^fuzz/.*.in/.*$$
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|((msdos|vms)/.*)|ChangeLog-2014-12-10|/.*\.der|^tests/certs/.*|^fuzz/.*\.(in|repro)/.*$$

View File

@ -33,6 +33,7 @@ src/ptimer.c
src/recur.c
src/res.c
src/retr.c
src/spider.c
src/url.c
src/utils.c
src/warc.c