Tool/software: Code Composer Studio
Hi!
I'm new to Git and I have a couple of doubts about using it in CCS:
- I thought ".git" had to be inside the same folder where the source code is, but in the user guide, I saw a different thing. A repository is created in a folder "x" and then the project to track is "let known" to the repository. How do I proceed? What it's better to do? It's not clear.
- I read I shouldn't keep track of files generated from build to build. What are, aside from my main source code, the files related to the CCS project to keep track of? I mean, like .cproject etc.
Thank you!