diff options
author | Max Kellermann <max@duempel.org> | 2009-10-16 18:11:43 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-16 18:11:43 +0200 |
commit | 5554633ab8f3a0c1af2e7f4bfc342895f395cc1b (patch) | |
tree | 0d57f552befb62ca5a03df433580ac8879192c10 /doc/user.xml | |
parent | 8cd845b79ec073dfb11d72c2466583d6f93eca91 (diff) | |
download | mpd-5554633ab8f3a0c1af2e7f4bfc342895f395cc1b.tar.gz mpd-5554633ab8f3a0c1af2e7f4bfc342895f395cc1b.tar.xz mpd-5554633ab8f3a0c1af2e7f4bfc342895f395cc1b.zip |
update: obey .mpdignore files
Diffstat (limited to '')
-rw-r--r-- | doc/user.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index a8540fe1c..ca63eccd9 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -497,6 +497,12 @@ cd mpd-version</programlisting> Depending on the size of your music collection and the speed of the storage, this can take a while. </para> + + <para> + 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. + </para> </section> <section> |