From a782a615c6037231267446cc464fa3cc1f96f18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 8 Sep 2015 15:22:56 -0700 Subject: [PATCH] manual: be explicit about what scandelete does --- docs/fdroid.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 0c9f95f8..caff594e 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -983,6 +983,9 @@ paths start with any of the paths given here are ignored. Similar to scanignore=, but instead of ignoring files under the given paths, it tells f-droid to delete the matching files directly. +When scanning the source tree for problems, matching files whose relative +paths start with any of the paths given here are removed. + @item build=xxxx As for 'prebuild', but runs during the actual build phase (but before the main Ant/Maven build). Use this only for actions that do actual building.