I have an issue with CCS4.
When I import an existing CCS4 project into a workspace, it automatically includes all(?) source and control files (such as .cmd) into the build. It seems to do this recursively, so that such files in sub-folders are also included. This is a pain for me as I have files for other builds (such as different .cmd files for legacy CCS3 builds), and redundant source files in my directory structure, and I have to go through an explicitly exclude them from the build.
Typically our projects are shared and configuration managed via GIT. So we are regularly checking out new revisions and importing them, so this issue comes up regularly.
Is there an option or preference to stop this auto including? I'd rather that only the files that I have explicitly included are included in the build?
BR
Paul Bray