How to hide .o files from the "C/C++ Projects" view in Eclipse 3.2 / CDT 3.1
This is my OLD blog. I've copied this post over to my NEW blog at:
http://www.saltycrane.com/blog/2007/02/how-to-hide-o-files-from-cc-projects/
You should be redirected in 2 seconds.
I got this tip from http://www.aspectprogrammer.org/blogs/adrian/2006/02/tips_for_using.html
- From the "C/C++ Projects" window, click the down arrow in the top right corner, and select "Filters..."
- Check the "Name filter patterns (matching names will be hidden):" checkbox and type "
*.o
" into the textbox. Click "OK". - Now your .o files are hidden from view.
No comments:
Post a Comment