From 9574ede81bd9a09a599b43954afff2e676f1594d Mon Sep 17 00:00:00 2001 From: jakubs <jakubs> Date: Fri, 1 Jun 2012 14:34:22 +0000 Subject: [PATCH] filter out .git from resources SVN: 25508 --- rtd_phosphonetx/.project | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rtd_phosphonetx/.project b/rtd_phosphonetx/.project index cedcdba9cf6..bf241e6bef2 100644 --- a/rtd_phosphonetx/.project +++ b/rtd_phosphonetx/.project @@ -20,4 +20,15 @@ <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.python.pydev.pythonNature</nature> </natures> + <filteredResources> + <filter> + <id>1332321366607</id> + <name></name> + <type>26</type> + <matcher> + <id>org.eclipse.ui.ide.multiFilter</id> + <arguments>1.0-name-matches-true-false-.git</arguments> + </matcher> + </filter> + </filteredResources> </projectDescription> -- GitLab