Include .prj file in version control without build causing dirty repo

2 views (last 30 days)
I have a matlab application under version control using git. The current problem is that every time I build the executable, the build checksum in the .prj file changes, and so my repository is no longer clean. I need the prj file in the repository since I can't create it from scratch using code.
Any suggestions?

Answers (0)

Categories

Find more on Source Control Integration in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!