[sabayon] Remove some redundant redundancy



commit a5488f5eebb4c89cf64b208cead9527a38882700
Author: Scott Balneaves <sbalneav ltsp org>
Date:   Mon Jan 18 22:17:03 2010 -0600

    Remove some redundant redundancy

 lib/config.py.in |   36 ++++++++++--------------------------
 1 files changed, 10 insertions(+), 26 deletions(-)
---
diff --git a/lib/config.py.in b/lib/config.py.in
index d8ab25b..b876158 100755
--- a/lib/config.py.in
+++ b/lib/config.py.in
@@ -101,18 +101,14 @@ FILES_TO_IGNORE = [
 ]
 
 #
-# Directories which we don't want to see change notifications for
-# 
-DIRECTORIES_TO_IGNORE = [
+# Directories which we don't want to add when saving profile
+#
+DIRECTORIES_TO_IGNORE_PROFILE = [
     ".beagle",
     ".cache",
     ".ccache",
     ".dbus",
     ".fontconfig",
-    ".gconf",
-    ".gconf.xml.defaults",
-    ".gconf.xml.mandatory",
-    ".gconf.xml.mandatory-alt",
     ".gconfd",
     ".gstreamer-0.8",
     ".gstreamer-0.10",
@@ -127,25 +123,13 @@ DIRECTORIES_TO_IGNORE = [
 ]
 
 #
-# Directories which we don't want to add when saving profile
-# 
-DIRECTORIES_TO_IGNORE_PROFILE = [
-    ".beagle",
-    ".cache",
-    ".ccache",
-    ".dbus",
-    ".fontconfig",
-    ".gconfd",
-    ".gstreamer-0.8",
-    ".gstreamer-0.10",
-    ".gvfs",
-    ".local/share/tracker",
-    ".metacity/sessions",
-    ".profile_cache",
-    ".pulse",
-    ".thumbnails",
-    ".wapi",
-    ".Trash"
+# Directories which we don't want to see change notifications for
+#
+DIRECTORIES_TO_IGNORE = DIRECTORIES_TO_IGNORE_PROFILE + [
+    ".gconf",
+    ".gconf.xml.defaults",
+    ".gconf.xml.mandatory",
+    ".gconf.xml.mandatory-alt"
 ]
 
 #



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