Skip to content
Discussion options

You must be logged in to vote

I found a solution that works but still needs manual intervention on each project.
Basically in the .project file of the project, I added a new filter on <filteredResources>:

<filter>
	<id>1</id>
	<name></name>
	<type>30</type>
	<matcher>
		<id>org.eclipse.core.resources.regexFilterMatcher</id>
		<arguments>\.devenv</arguments>
	</matcher>
</filter>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rferrandop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant