mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add ability to supress scanner for specific files
This commit is contained in:
parent
8c195c637a
commit
9a72cb7209
2 changed files with 28 additions and 5 deletions
|
@ -754,6 +754,14 @@ If the native code is being built by other means, you can specify
|
|||
not required, remove the directory instead (using @code{prebuild} for
|
||||
example).
|
||||
|
||||
@item scanignore=path1;path2;...
|
||||
Enables one or more files/paths to be exlcuded from the scan process.
|
||||
This should only be used where there is a very good reason, and
|
||||
probably accompanied by a comment explaining why it is necessary.
|
||||
|
||||
When scanning, files whose relative paths start with any of the paths
|
||||
given here are ignored.
|
||||
|
||||
@item submodules=yes
|
||||
Use if the project (git only) has submodules - causes git submodule
|
||||
init and update to be executed after the source is cloned.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue