Skip to content

Commit

Permalink
Hiding build-folders from PyDev
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Mar 25, 2017
1 parent 3d1de77 commit a2d00fb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,33 @@
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
<filteredResources>
<filter>
<id>1490477256040</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-false-false-packaging/windows/Python36</arguments>
</matcher>
</filter>
<filter>
<id>1490477256047</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-false-false-packaging/windows/build</arguments>
</matcher>
</filter>
<filter>
<id>1490477256177</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-false-false-packaging/windows/pythonny</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

0 comments on commit a2d00fb

Please sign in to comment.