Version Control - twopts & twfd

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
bbrandt
Posts: 4
Joined: Mon Jan 26, 2015 5:25 pm

Version Control - twopts & twfd

Post by bbrandt »

Which TwineCompile files should be committed to version control and versioned with the source code? Which are user or machine specific?

So far, I've added this to my .gitignore:
*.twfd
*.twopts
*.@@@
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Version Control - twopts & twfd

Post by jomitech »

If you want to preserve project-specific TwineCompile options (like PCH settings), I would recommend checking in the twopts file. The others should be ignored, as you have.
Jon
bbrandt
Posts: 4
Joined: Mon Jan 26, 2015 5:25 pm

Re: Version Control - twopts & twfd

Post by bbrandt »

Excellent. Thanks.
Post Reply