Skip to content

Instantly share code, notes, and snippets.

@sdeming
Created April 21, 2011 14:21
Show Gist options
  • Save sdeming/934614 to your computer and use it in GitHub Desktop.
Save sdeming/934614 to your computer and use it in GitHub Desktop.
UbuntuOne sync config that ignores sublime session file (save it as ~/.config/ubuntuone/syncdaemon.conf)
[__main__]
ignore.default = \A#.*\Z
\A.*~\Z
\A.*\.py[oc]\Z
\A.*\.sw[nopx]\Z
\A.*\.swpx\Z
\A\..*\.tmp\Z
\A\.~lock\..*#\Z
\A.*\Session.sublime_session\Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment