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:使用 CCS 进行源代码控制

Guru**** 2552740 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1080062/codecomposer-source-control-with-ccs

部件号:CODECOMPOSER
“Thread:SysBIOS”中讨论的其它部件

我已阅读此文件并尝试了解要包括在版本历史记录 中的文件和文件夹:https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_source-control.html

阅读完后,我仍有以下文件列表,我无法理解这些文件是否在项目版本控制历史记录中需要:

/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

我的.gignore 文件如下所示:

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

我在工作区中初始化了 git,就像从 gignore 文件中看到的那样。

我还能不能再留下一些呢?

谢谢!