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?
Asked
Active
Viewed 358 times
1 Answers
2
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/
alt text http://img232.imageshack.us/img232/2641/eclipseexclusionpattern.png

VonC
- 1,262,500
- 529
- 4,410
- 5,250
-
Thanks, I actually tried that as well except I did ".git" instead of "**/.git/" – jpfuentes2 May 04 '10 at 18:56