mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Add scanignore to allow publicsuffixes plaintext file from publicsuffix.org
This commit is contained in:
parent
a874ead9dc
commit
f747a818e8
1 changed files with 10 additions and 1 deletions
|
|
@ -238,7 +238,16 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- libre
|
||||
ndk: r20b
|
||||
scanignore:
|
||||
- app/src/main/assets/publicsuffixes
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: |-
|
||||
The file at `app/src/main/assets/publicsuffixes` is a version of the
|
||||
[Public Suffix List](https://publicsuffix.org/) that has been sorted and
|
||||
stripped of all comments. It is identified as a binary files because it
|
||||
contains two 4-byte length fields, one right at the beginning, but is
|
||||
otherwise plaintext.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue