Feature to exclude paths, e.g. dotted paths?
Closed this issue · 1 comments
dunpyl commented
Is there a way to exclude particular paths, by their literal name or as via pattern matching?
Example usecase would be ignoring dotted files and directories, e.g. .svn
.
vitalif commented
Done in master with --ignore option. It's a perl regexp matched against local path of files/folders inside the synced root directory.