Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
March 20, 2013 - 4:17pm
|
I would like to store a RIDE 7 project (targeting STM32 using Ride7 version 7.40 ) under version control(subversion). I would like to know what Ride 7 files should be put under version control and if there is a document describing what these files are use for. Regards, |
Hi,
To store your project, you need to keep:
.rapp
.rprj
all the source code you made.
The .o, .ctx, .dbi, .xdb are interemediate project files they will be regenerate after a new build.
Regards,
Thanks, that answers my question.
Daniel