diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-08 17:27:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-08 17:27:28 -0300 |
commit | b40df0f6c2d9d3e043b56dd8ae763ea538fb3bc4 (patch) | |
tree | 14efc646c9ea79d90b38846f3295d7b09f6b8d97 /modules/unison/unison.dot | |
parent | c6da12ed8c6c7f54c2abf1cad96953833a150e23 (diff) | |
download | dotfiles-b40df0f6c2d9d3e043b56dd8ae763ea538fb3bc4.tar.gz dotfiles-b40df0f6c2d9d3e043b56dd8ae763ea538fb3bc4.tar.bz2 |
Adding unison module
Diffstat (limited to 'modules/unison/unison.dot')
-rw-r--r-- | modules/unison/unison.dot/default-code.prf.link | 6 | ||||
-rw-r--r-- | modules/unison/unison.dot/default-home.prf.link | 44 | ||||
-rw-r--r-- | modules/unison/unison.dot/default-irssi.prf.link | 24 |
3 files changed, 74 insertions, 0 deletions
diff --git a/modules/unison/unison.dot/default-code.prf.link b/modules/unison/unison.dot/default-code.prf.link new file mode 100644 index 0000000..b61a236 --- /dev/null +++ b/modules/unison/unison.dot/default-code.prf.link @@ -0,0 +1,6 @@ +# Log +logfile = .unison/unison.log + +# Automatically accept default (nonconflicting) actions +auto = true +addversionno = true diff --git a/modules/unison/unison.dot/default-home.prf.link b/modules/unison/unison.dot/default-home.prf.link new file mode 100644 index 0000000..8102485 --- /dev/null +++ b/modules/unison/unison.dot/default-home.prf.link @@ -0,0 +1,44 @@ +# Some regexps specifying names and paths to ignore +ignore = Path .unison/* +ignore = Path .cache/* +ignore = Path .dbus/* +ignore = Path .mozilla/firefox/*/Cache/* +ignore = Name .Xauthority +ignore = Name .xsession-errors +ignore = Name .ICEauthority +ignore = Name .DCOPserver* +ignore = Name .gpg-agent-info +ignore = Name .ssh/environment +ignore = Name .config/chromium/SingletonSocket +ignore = Name .config/gxine/socket +ignore = Name .darksnow/darksnow.temp +ignore = Name .moc/socket +ignore = Name .moc/cache +ignore = Name .speech-dispatcher +ignore = Name .xine/session.0 +ignore = Name .MumbleOverlayPipe +ignore = Name .MumbleSocket +ignore = Name .brweather/cache/cache +ignore = Name .brweather/cache/lastupdate +ignore = Name .brweather/cache/previsao +ignore = Name .brweather/cache/timer +ignore = Name .brweather/log +ignore = Name .thumbnails +ignore = Name .gftp/cache +ignore = Name .ecryptfs +ignore = Name .Private +ignore = Name .weather/datacache +ignore = Name mail/.notmuch +ignore = Name temp/misc +ignore = Name .pulse + +# Do not ignore these paths +ignorenot = Name .unison/*.prf +ignorenot = Name .pulse/client.conf + +# Log +logfile = .unison/unison.log + +# Automatically accept default (nonconflicting) actions +auto = true +addversionno = true diff --git a/modules/unison/unison.dot/default-irssi.prf.link b/modules/unison/unison.dot/default-irssi.prf.link new file mode 100644 index 0000000..b16653a --- /dev/null +++ b/modules/unison/unison.dot/default-irssi.prf.link @@ -0,0 +1,24 @@ +# Some regexps specifying names and paths to ignore +ignore = Path .unison/* +ignore = Path .dbus/* +ignore = Path .cache/chromium/Cache/* +ignore = Name .Xauthority +ignore = Name .xsession-errors +ignore = Name .ICEauthority +ignore = Name .DCOPserver* +ignore = Name .gpg-agent-info +ignore = Name .ssh/environment +ignore = Name .config/chromium/SingletonSocket +ignore = Name .config/gxine/socket +ignore = Name .darksnow/darksnow.temp +ignore = Name .moc/socket +ignore = Name .moc/cache +ignore = Name .speech-dispatcher +ignore = Name .xine/session.0 + +# Log +logfile = .unison/unison.log + +# Automatically accept default (nonconflicting) actions +auto = true +addversionno = true |