Example ,gitignore for MCUXpresso

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Example ,gitignore for MCUXpresso

ソリューションへジャンプ
4,537件の閲覧回数
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 解決策
4,528件の閲覧回数
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 返信
4,529件の閲覧回数
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/