From a62db2035773ad0881e2e907750e9555239b6405 Mon Sep 17 00:00:00 2001 From: rubo77 Date: Thu, 28 Apr 2016 11:02:44 +0200 Subject: [PATCH] Add leading slash to files that should not be excluded globally closes #1 --- rsync-homedir-excludes.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/rsync-homedir-excludes.txt b/rsync-homedir-excludes.txt index 40014b1..e8016ae 100644 --- a/rsync-homedir-excludes.txt +++ b/rsync-homedir-excludes.txt @@ -29,16 +29,16 @@ #.vagrant.d #.wine #.twister -#twister +#/twister #Applications/eclipse* -#Downloads -#games +#/Downloads #*Popcorntime* -#Scribus -#VirtualBox* +#/Scribus +#/VirtualBox* # ## Add Game Folders here: # +#/games #.local/share/Steam #.minecraft #.PlayOnLinux @@ -52,12 +52,12 @@ .gvfs .local/share/gvfs-metadata # contains the actual encrypted home directory -.Private +/.Private # Session-specific: -.dbus -.cache -.Trash +/.dbus +/.cache +/.Trash .local/share/Trash # Cached info about audio CDs: @@ -93,7 +93,7 @@ .Xauthority .ICEauthority .gksu.lock -.pulse # directory +.pulse .pulse-cookie .esd_auth @@ -202,7 +202,7 @@ #Local repositories (added by errantlinguist on 2015-04-13): .gradle/caches -.m2/repository +/.m2/repository #indexer .local/share/baloo @@ -218,4 +218,4 @@ .java/deployment/cache .icedteaplugin .icedtea -.gnome2/epiphany/favicon_cache \ No newline at end of file +.gnome2/epiphany/favicon_cache