aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:32:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:32:45 -0200
commit4397f1cbc67449baa694d35b669c162f8e44c3f5 (patch)
treef5b64e61422639aa098d60b48c9c99157adf3e40
downloadunison-4397f1cbc67449baa694d35b669c162f8e44c3f5.tar.gz
unison-4397f1cbc67449baa694d35b669c162f8e44c3f5.tar.bz2
Initial import
-rw-r--r--unison.dot/default-code.prf.link6
-rw-r--r--unison.dot/default-home.prf.link47
-rw-r--r--unison.dot/default-irssi.prf.link24
3 files changed, 77 insertions, 0 deletions
diff --git a/unison.dot/default-code.prf.link b/unison.dot/default-code.prf.link
new file mode 100644
index 0000000..b61a236
--- /dev/null
+++ b/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/unison.dot/default-home.prf.link b/unison.dot/default-home.prf.link
new file mode 100644
index 0000000..f93097d
--- /dev/null
+++ b/unison.dot/default-home.prf.link
@@ -0,0 +1,47 @@
+# 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
+ignore = Name .config/Mumble/Mumble.conf
+ignore = Name .gvfs
+ignore = Name .config/geeqie/.command
+
+# 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/unison.dot/default-irssi.prf.link b/unison.dot/default-irssi.prf.link
new file mode 100644
index 0000000..b16653a
--- /dev/null
+++ b/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