aboutsummaryrefslogtreecommitdiff
path: root/unison.dot/default-home.prf.link
blob: 82f07ade816f9d5599a6f6d77d8c750b83e779b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Some 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
ignore = Name .local/share/parcellite
ignore = Name .urxvt
ignore = Name .VirtualBox

# 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

# We set ProxyCommand to none to make sure monkeysphere won't
# update ~/.ssh/known_hosts and thus preventing syncing of this file.
#sshargs = -C -oProxyCommand=none

# Optimizations
copythreshold = 10000

# Include version number
#addversionno = true