Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.cvs.core/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/plugin.xml b/bundles/org.eclipse.team.cvs.core/plugin.xml
index 94296332d..072b9dedf 100644
--- a/bundles/org.eclipse.team.cvs.core/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.core/plugin.xml
@@ -54,6 +54,8 @@
<!-- *************** Resource patterns ignored by CVS **************** -->
<extension point="org.eclipse.team.core.ignore">
<ignore pattern = ".#*" selected = "true"/>
+ <!-- *** Temporary. This will be removed in favour of a light JDT-Team plug-in *** -->
+ <ignore pattern = "*.class" selected = "true"/>
</extension>
</plugin> \ No newline at end of file

Back to the top