vitalif/grive2

Feature to exclude paths, e.g. dotted paths?

Closed this issue · 1 comments

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.

Done in master with --ignore option. It's a perl regexp matched against local path of files/folders inside the synced root directory.