Skip to content

Commit

Permalink
Exclude resources 'build/*' and 'dist/*' in Eclipse.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjssilva committed Jan 28, 2015
1 parent 63a0e3f commit bd7f708
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,24 @@
<nature>org.eclipse.team.cvs.core.cvsnature</nature>
<nature>com.telesynthesis.tools.eclipse.checkstyle.CheckStyleNature</nature>
</natures>
<filteredResources>
<filter>
<id>0</id>
<name></name>
<type>26</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-false-false-build</arguments>
</matcher>
</filter>
<filter>
<id>0</id>
<name></name>
<type>26</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-false-false-dist</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

0 comments on commit bd7f708

Please sign in to comment.