Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2017-08-30 10:38:22 +0000
committerMarkus Knauer2017-08-31 15:26:03 +0000
commit136a7b80a48fb516c8ed35864d3ebd73af1850a4 (patch)
tree94c0e39ca091f248ec24e6dbc9e856fb75e2f09f /packages/org.eclipse.epp.package.php/plugin_customization.ini
parent52b9830d990a5a1d6a572a783e1bf287c64c4379 (diff)
downloadorg.eclipse.epp.packages-136a7b80a48fb516c8ed35864d3ebd73af1850a4.tar.gz
org.eclipse.epp.packages-136a7b80a48fb516c8ed35864d3ebd73af1850a4.tar.xz
org.eclipse.epp.packages-136a7b80a48fb516c8ed35864d3ebd73af1850a4.zip
Bug 521587 - Override file filtering prefs for Synchronized Projects
Change-Id: I7f1ca0339723ea859e06aac20999e3ea3cce3344 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.php/plugin_customization.ini')
-rw-r--r--packages/org.eclipse.epp.package.php/plugin_customization.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php/plugin_customization.ini b/packages/org.eclipse.epp.package.php/plugin_customization.ini
index 9c9c74f5..8eed2082 100644
--- a/packages/org.eclipse.epp.package.php/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.php/plugin_customization.ini
@@ -68,3 +68,16 @@ org.eclipse.dltk.core/org.eclipse.dltk.core.indexer.id=org.eclipse.dltk.core.ind
# Invert colors in terminal, i.e. black background
org.eclipse.tm.terminal.control/TerminalPrefInvertColors=true
+
+# Add .buildpath to the default file filtering of synchronized projects
+org.eclipse.ptp.rdt.sync.core/pattern/0/rule=-/.project
+org.eclipse.ptp.rdt.sync.core/pattern/1/rule=-/.cproject
+org.eclipse.ptp.rdt.sync.core/pattern/2/rule=-/.buildpath
+org.eclipse.ptp.rdt.sync.core/pattern/3/rule=-/.settings/
+org.eclipse.ptp.rdt.sync.core/pattern/4/rule=-coredir.[0-9]*/
+org.eclipse.ptp.rdt.sync.core/pattern/5/rule=-core
+org.eclipse.ptp.rdt.sync.core/pattern/6/rule=-\!core/
+org.eclipse.ptp.rdt.sync.core/pattern/7/rule=-core.[0-9]*
+org.eclipse.ptp.rdt.sync.core/pattern/8/rule=-\!core.[0-9]*/
+org.eclipse.ptp.rdt.sync.core/pattern/9/rule=-CVS/
+org.eclipse.ptp.rdt.sync.core/pattern/num-patterns=10

Back to the top