diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-12-23 19:09:44 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-12-23 19:09:44 +0000 |
| commit | aac5916954bd5829dd6fe977488ae0642016caa8 (patch) | |
| tree | 2258f0bdf22c52dbf0c15933e49afae7e60f87b9 | |
| parent | 87c8be4a08b4864f0df588c80bc90586f5e512a0 (diff) | |
| download | rockbox-aac5916954bd5829dd6fe977488ae0642016caa8.zip rockbox-aac5916954bd5829dd6fe977488ae0642016caa8.tar.gz rockbox-aac5916954bd5829dd6fe977488ae0642016caa8.tar.bz2 rockbox-aac5916954bd5829dd6fe977488ae0642016caa8.tar.xz | |
Add the new default dir to clean to the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28885 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/disktidy.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex index cb3f171..343244a 100644 --- a/manual/plugins/disktidy.tex +++ b/manual/plugins/disktidy.tex @@ -23,8 +23,8 @@ \item[Windows] selects Windows files. Default files are \fname{Thumbs.db}, \fname{RECYCLE.BIN}, \fname{Desktop.ini}, \fname{/Recycled} and \fname{/System Volume Information}. - \item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store} and - \fname{/.Trashes}. + \item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store}, + \fname{/.Spotlight-V100} and \fname{/.Trashes}. \item[Other] selects additional files added to the configuration file by the user. \end{description} |