Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.core/plugin.xml')
-rw-r--r--org.eclipse.egit.core/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.core/plugin.xml b/org.eclipse.egit.core/plugin.xml
index f951661034..029a29fb7a 100644
--- a/org.eclipse.egit.core/plugin.xml
+++ b/org.eclipse.egit.core/plugin.xml
@@ -17,5 +17,8 @@
<ignore
enabled="true"
pattern=".git"/>
+ <ignore
+ enabled="true"
+ pattern="*/.git/*"/>
</extension>
</plugin>

Back to the top