[Slim-Checkins] r12516 - /trunk/server/Slim/Utils/Misc.pm
mherger at svn.slimdevices.com
mherger at svn.slimdevices.com
Thu Aug 9 03:25:52 PDT 2007
Author: mherger
Date: Thu Aug 9 03:25:52 2007
New Revision: 12516
URL: http://svn.slimdevices.com?rev=12516&view=rev
Log:
Bug: n/a
Description: as per Dean's request "Essentially hide anything you can't see in the finder or explorer."
Modified:
trunk/server/Slim/Utils/Misc.pm
Modified: trunk/server/Slim/Utils/Misc.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/Misc.pm?rev=12516&r1=12515&r2=12516&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Misc.pm (original)
+++ trunk/server/Slim/Utils/Misc.pm Thu Aug 9 03:25:52 2007
@@ -800,13 +800,24 @@
'TheFindByContentFolder' => 1,
'Network Trash Folder' => 1,
'Desktop' => 1,
- 'Desktop Folder' => 1,
+ 'Desktop Folder' => 1,
'Temporary Items' => 1,
'.Trashes' => 1,
'.AppleDB' => 1,
'.AppleDouble' => 1,
'.Metadata' => 1,
'.DS_Store' => 1,
+ # Dean: "Essentially hide anything you can't see in the finder or explorer"
+ 'automount' => 1,
+ 'cores' => 1,
+ 'bin' => 1,
+ 'dev' => 1,
+ 'etc' => 1,
+ 'private' => 1,
+ 'sbin' => 1,
+ 'usr' => 1,
+ 'var' => 1,
+ 'opt' => 1,
# Items we should ignore on a linux vlume
'lost+found' => 1,
More information about the checkins
mailing list