I use cmake to create my projects. My build directory is "out of source". Cmake creates three "resources" in my project:
[Source Directory]: this is where my source is
[Subprojects]: I have no idea what this is for, but it also holds my source
[Targets]: Again, I have no idea what this is for.
Question: How do I tell Eclipse/CDT to never open a supposed "source file" from within the "Subprojects" resource?
Sometimes Eclipse's extremely useful F3 key takes me to a file in the bogus resource. Worse, I often do not realize what had happened and start editing them and eventually screw myself over.