I'm using eclipse 3.5.2 and cannot seem to use "filter resources" to filter out .git folders in any of my projects for any of my perspectives: javascript, ruby, and php. I've tried adding the filter to plugin.xml as suggested on this blog but it is for eclipse 3.4 and doesn't seem to work. Any suggestions?
+2
A:
For a given project (at least Java), you should be able through its properties, to edit its Source Path, and add an exclusion rule like:
**/.git/
VonC
2010-05-04 17:34:47
Thanks, I actually tried that as well except I did ".git" instead of "**/.git/"
jpfuentes2
2010-05-04 18:56:21