diff options
author | Anthony DeRossi <ajderossi@gmail.com> | 2015-09-29 10:39:07 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-09-30 21:50:34 +0200 |
commit | 6b6c7b0920358eb9cceecf52dac919a95f59da7f (patch) | |
tree | 4bd84946b4f7c66bcc0bae785da3af70c7cee251 /doc/user.xml | |
parent | de332a16d17a3e23438ba4dd05f27ad6bdd4a04d (diff) | |
download | mpd-6b6c7b0920358eb9cceecf52dac919a95f59da7f.tar.gz mpd-6b6c7b0920358eb9cceecf52dac919a95f59da7f.tar.xz mpd-6b6c7b0920358eb9cceecf52dac919a95f59da7f.zip |
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
Diffstat (limited to 'doc/user.xml')
-rw-r--r-- | doc/user.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 <filename>.mpdignore</filename> 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. </para> </section> |