mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
scanner: also ignore ttf and otf files
This commit is contained in:
parent
da2a4f2cf5
commit
feaf3d04e5
@ -162,7 +162,9 @@ def scan_source(build_dir, root_dir, thisbuild):
|
||||
|
||||
# These files are often found - avoid checking if they are binary
|
||||
# to speed up the scanner
|
||||
elif ext in ['xml', 'md', 'txt', 'html', 'sh', 'png']:
|
||||
elif ext in [
|
||||
'xml', 'md', 'txt', 'html', 'sh', 'png', 'jpg',
|
||||
'ttf', 'otf']:
|
||||
pass
|
||||
|
||||
elif is_binary(fp):
|
||||
|
Loading…
Reference in New Issue
Block a user