diff options
author | Philip Häusler <msquare@notrademark.de> | 2012-05-02 16:20:32 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2012-05-02 16:20:32 +0200 |
commit | 72b7267cffc8d50e08bb85c978557f2406076cb5 (patch) | |
tree | 683564e4542a1e23439671f8c9f810f2cdcfe3bb | |
parent | 9bed1f02ea428867dfac2f847bb2760b9c5db636 (diff) |
excluded .git as sourcefolder
-rw-r--r-- | .buildpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <buildpath> - <buildpathentry kind="src" path=""/> + <buildpathentry excluding=".git/" kind="src" path=""/> <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> </buildpath> |