Skip to content

Commit

Permalink
Handle System Volume Information as system exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Aug 19, 2021
1 parent 66a4324 commit a3eb5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/csync/csync_exclude.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const QLatin1String win_device_names[] = {
};

const QLatin1String win_system_files[] = {
QLatin1String("$Recycle.Bin")
QLatin1String("$Recycle.Bin"),
QLatin1String("System Volume Information")
};
}

Expand Down
1 change: 0 additions & 1 deletion sync-exclude.lst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
].ds_store
._*
]Thumbs.db
System Volume Information

.*.sw?
.*.*sw?
Expand Down

0 comments on commit a3eb5c8

Please sign in to comment.