mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 03:35:35 +00: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…
x
Reference in New Issue
Block a user