Example ,gitignore for MCUXpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Example ,gitignore for MCUXpresso

跳至解决方案
5,009 次查看
gh78731
Contributor III

Is there a recommended or example ".gitignore" file for using MCUXpresso with a GIT repository?

Any information I can find seems to be three or more years old, and involves some debate as to what should be ignored or included.

Thanks, --- Graham

0 项奖励
回复
1 解答
5,000 次查看
converse
Senior Contributor V

You should include anything in the project directory, except for files that are built (e.g. Debug and Release directories).

 

Have you installed eGit - this plugin makes it much easier to integrate your projects with git.

https://www.eclipse.org/egit/

在原帖中查看解决方案

1 回复
5,001 次查看
converse
Senior Contributor V

You should include anything in the project directory, except for files that are built (e.g. Debug and Release directories).

 

Have you installed eGit - this plugin makes it much easier to integrate your projects with git.

https://www.eclipse.org/egit/