As per processors.wiki.ti.com/.../Source_control_with_CCS
The following files and folders should not be checked into source control:
- \Debug or \Release \<configuration name> folder
- .xdchelp
- \.config folder
- \.launches folder
When I share the project it doesn't give me the option to exclude these files.
Now they are in CVS and I wish to remove.
I have two questions
1 - How do you exclude files from CVS when sharing as part of team functions
2 - How do you remove something from CVS if it has been added accidently