In one of the projects, the project file is versioned in GIT in addition to the source code. Whenever programming, the IDE inserts the programmers (dedicated USB device) specific ID into the project file (XML):
Whenever someone else commits, it would change the line to ones ID as well. In practice, because of this, each change to source code is accompanied with the project file change here, if one forgets to discard that before committing. Is there a way for the .gitignore
to have an entry, to specifically ignore the changes in this one file, for this one field?