[sabayon] [PATCH] Minor additions to ignore list



No reason to ever save these files or directories:
.imsettings.log
.evolution/cache/
.local/share/gvfs-metadata

diff --git a/lib/config.py.in b/lib/config.py.in
index b876158..565a893 100755
--- a/lib/config.py.in
+++ b/lib/config.py.in
@@ -97,7 +97,8 @@ FILES_TO_IGNORE = [
     ".gtkrc-1.2-gnome2*",
     ".pulse-cookie",
     ".recently-used*",
-    ".xsession-errors"
+    ".xsession-errors",
+    ".imsettings.log"
 ]

 #
@@ -119,7 +120,9 @@ DIRECTORIES_TO_IGNORE_PROFILE = [
     ".pulse",
     ".thumbnails",
     ".wapi",
-    ".Trash"
+    ".Trash",
+    ".evolution/cache",
+    ".local/share/gvfs-metadata"
 ]

 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]