This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: Source control with CCS

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSBIOS

I have read this file and tried to understand what files and folder to include to version history: https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_source-control.html

After reading, i am still left with the following list of files which i don't understand if they are needed in the project version control history:

/Tools/ble_Debug.xscfg
/Tools/ble_Release.xscfg
/cc13x2_cc26x2_app.cmd
/src/.exclude
/src/makefile.libs
/src/sysbios/m3_Hwi_asm.obj
/src/sysbios/m3_Hwi_asm_switch.obj
/src/sysbios/m3_IntrinsicsSupport_asm.obj
/src/sysbios/m3_TaskSupport_asm.obj
/src/sysbios/makefile
/src/sysbios/rom_sysbios.aem4f
/src/sysbios/rom_sysbios.obj

My .gitignore-file looks like this:

/Debug/
/Release/
/.config/
/.launches/
/.jxbrowser.userdata/
/.metadata/
/RemoteSystemsTempFiles/
*/.launches/
*.html
*.xdchelp
*.png

I have the git initialized in the workspace as you can see from my .gitignore-file.

Can i still left some out of this?

Cheers!