Tool/software: Code Composer Studio
Hello,
I am wondering on what the best way to make a git repo from my ccs project. It seems there are many files that don't really need to be added to the repo like libraries that never change. Adding them to the repo would just make a massive repo. Is there a way to make a repository without all this so I can just link the right libraries and go from there?
I am developing for the Sensor Tag cc2650 at the moment. I currently have an example running and don't want to go further without committing something.
I am familiar with git so that isn't a problem. The problem comes from not really understanding the project structure and where I should and should not place the init the repo.
Let me know if I need to be more clear.
Thanks,
-T