mirror of
https://github.com/rclone/rclone.git
synced 2025-08-26 12:50:37 +02:00
mount: Make include and exclude filters apply to mount - fixes #1060
This commit is contained in:
@@ -530,8 +530,6 @@ func (ds DirEntries) Less(i, j int) bool {
|
||||
return ds[i].Remote() < ds[j].Remote()
|
||||
}
|
||||
|
||||
// FIXME can use this in Mount
|
||||
|
||||
// ListDirSorted reads Object and *Dir into entries for the given Fs.
|
||||
//
|
||||
// dir is the start directory, "" for root
|
||||
|
Reference in New Issue
Block a user