google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

ignore certain files (such as .swp) #118

Closed tnguyen14 closed 7 years ago

tnguyen14 commented 7 years ago

Is it possible to tell skicka to ignore .swp files?

mmp commented 7 years ago

In the ~/.skicka.config file, you can set "ignored-regexp" in the [upload] section. (There should be some commented-out examples in the default config file generated the first time.)

Thanks, Matt

On Tue, Apr 18, 2017 at 1:59 PM, Tri Nguyen notifications@github.com wrote:

Is it possible to tell skicka to ignore .swp files?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/skicka/issues/118, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGQp7FCHhR8H-bGv2WYzmzeX_-Ka4Ysks5rxSQ-gaJpZM4NA45D .

tnguyen14 commented 7 years ago

Thank you. Setting it as below works:

ignored-regexp=".*\\.swp"