mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Make check_files ignore png files in docs
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
c1c6e0d906
commit
abd8977cc1
|
|
@ -105,6 +105,7 @@ class FileIssueTracker:
|
|||
|
||||
BINARY_FILE_PATH_RE_LIST = [
|
||||
r'docs/.*\.pdf\Z',
|
||||
r'docs/.*\.png\Z',
|
||||
r'programs/fuzz/corpuses/[^.]+\Z',
|
||||
r'tests/data_files/[^.]+\Z',
|
||||
r'tests/data_files/.*\.(crt|csr|db|der|key|pubkey)\Z',
|
||||
|
|
|
|||
Loading…
Reference in a new issue