We have a couple people working on a single Atmel Studio 7 project that is in a git repo. Everytime someone opens the project, Atmel Studio makes some user-specific changes to the project file (*.cproj) like adding the serial number of the debug probe and updating the exact Atmel Studio version number it was opened with. I'd like to ignore these changes, but still keep the file in the repo since it includes all of the necessary project settings.
Does anyone have a good solution to this problem?