Topic : What files are important in a project?

Forum : Ride IDE

Original Post
Post Information Post
June 10, 2010 - 9:28am
Guest

I'm using TortoiseSVN for revision control .

What files in a project can I ignore when making a commit of my project?

Replies
Post Information Post
+1
0
-1
June 10, 2010 - 11:01am
Raisonance Support Team

Hi,

You need to keep the .rprj, .rapp, .dbi files.
And of course the .c and .h files, and any linker or compiler config file you might have. (.ld, etc.) ;)

I suggest you look at the examples installed by Ride in \Examples\... , just after the install, before compiling them.

Best Regards,

Vincent