diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:27 -0200 |
commit | d77db1adc5ec3abaf6045005f250b15ea1d2e9e6 (patch) | |
tree | f4c9c773335bd849ab2f89f7326db26a9db7931d /modules | |
parent | 67cd2dba8c9ca58d979630d5b6bb215db9910cc6 (diff) | |
download | dotfiles-d77db1adc5ec3abaf6045005f250b15ea1d2e9e6.tar.gz dotfiles-d77db1adc5ec3abaf6045005f250b15ea1d2e9e6.tar.bz2 |
Removing unison to convert it to a submodule
Diffstat (limited to 'modules')
-rw-r--r-- | modules/unison/unison.dot/default-code.prf.link | 6 | ||||
-rw-r--r-- | modules/unison/unison.dot/default-home.prf.link | 47 | ||||
-rw-r--r-- | modules/unison/unison.dot/default-irssi.prf.link | 24 |
3 files changed, 0 insertions, 77 deletions
diff --git a/modules/unison/unison.dot/default-code.prf.link b/modules/unison/unison.dot/default-code.prf.link deleted file mode 100644 index b61a236..0000000 --- a/modules/unison/unison.dot/default-code.prf.link +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index f93097d..0000000 --- a/modules/unison/unison.dot/default-home.prf.link +++ /dev/null @@ -1,47 +0,0 @@ -# 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/modules/unison/unison.dot/default-irssi.prf.link b/modules/unison/unison.dot/default-irssi.prf.link deleted file mode 100644 index b16653a..0000000 --- a/modules/unison/unison.dot/default-irssi.prf.link +++ /dev/null @@ -1,24 +0,0 @@ -# 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 |