The .git ignore pattern is only valid in the context that it matches a .git directory that is actually a repository. Signed-off-by: Ferry Huberts <ferry.huberts@xxxxxxxxxx> --- org.spearce.egit.core/plugin.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/org.spearce.egit.core/plugin.xml b/org.spearce.egit.core/plugin.xml index 77ecebf..ff24ac7 100644 --- a/org.spearce.egit.core/plugin.xml +++ b/org.spearce.egit.core/plugin.xml @@ -11,10 +11,4 @@ id="org.spearce.egit.core.GitProvider"> </repository> </extension> - <extension - point="org.eclipse.team.core.ignore"> - <ignore - enabled="true" - pattern=".git"/> - </extension> </plugin> -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html