Example ,gitignore for MCUXpresso

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Example ,gitignore for MCUXpresso

Jump to solution
2,701 Views
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 Kudos
1 Solution
2,692 Views
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/

View solution in original post

1 Reply
2,693 Views
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/