Skip to content

Commit

Permalink
Bug 982474. Exclude more files from the CppEclipse-backend generated …
Browse files Browse the repository at this point in the history
…project. r=BenWa
  • Loading branch information
rocallahan committed Mar 19, 2014
1 parent 8d75646 commit b3c94c1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions python/mozbuild/mozbuild/backend/cpp_eclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,24 @@ def _write_cproject(self, fh):
<arguments>1.0-name-matches-false-false-*.orig</arguments>
</matcher>
</filter>
<filter>
<id>10102004</id>
<name>tree</name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-.hg</arguments>
</matcher>
</filter>
<filter>
<id>23122002</id>
<name>tree</name>
<type>22</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-*.pyc</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
"""
Expand Down

0 comments on commit b3c94c1

Please sign in to comment.