[meld] Add filter for OS-specific gunk files (closes bgo#658408)
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Add filter for OS-specific gunk files (closes bgo#658408)
- Date: Thu, 20 Oct 2011 20:44:21 +0000 (UTC)
commit a6b2b31df42f35dbd5db5cf168ce887ae4bed812
Author: Kai Willadsen <kai willadsen gmail com>
Date: Fri Oct 21 06:33:02 2011 +1000
Add filter for OS-specific gunk files (closes bgo#658408)
meld/preferences.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meld/preferences.py b/meld/preferences.py
index 7c10bb7..4b2e756 100644
--- a/meld/preferences.py
+++ b/meld/preferences.py
@@ -232,6 +232,8 @@ class MeldPreferences(prefs.Preferences):
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
_("Backups\t1\t#*# .#* ~* *~ *.{orig,bak,swp}\n") + \
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
+ _("OS-specific metadata\t0\t.DS_Store ._* .Spotlight-V100 .Trashes Thumbs.db Desktop.ini\n") + \
+ #TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
_("Version Control\t1\t%s\n") % misc.shell_escape(' '.join(vc.get_plugins_metadata())) + \
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
_("Binaries\t1\t*.{pyc,a,obj,o,so,la,lib,dll}\n") + \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]