From 6b6c7b0920358eb9cceecf52dac919a95f59da7f Mon Sep 17 00:00:00 2001 From: Anthony DeRossi Date: Tue, 29 Sep 2015 10:39:07 -0700 Subject: update: apply .mpdignore matches to subdirectories Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729 --- doc/user.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index a08a5aec0..8a37a7cce 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1077,6 +1077,8 @@ database { To exclude a file from the update, create a file called .mpdignore in its parent directory. Each line of that file may contain a list of shell wildcards. + Matching files in the current directory and all subdirectories + are excluded. -- cgit v1.2.3