diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 6bae4045..157b82dc 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -1284,6 +1284,7 @@ def scan_source(build_dir, root_dir, thisbuild): re.compile(r'bugsense', re.IGNORECASE), re.compile(r'crashlytics', re.IGNORECASE), re.compile(r'ouya.*sdk', re.IGNORECASE), + re.compile(r'libspen23', re.IGNORECASE), ] scanignore = getpaths(build_dir, thisbuild, 'scanignore')