Members of our team uses different version of visual studio, and VS seems to automatically update the sln file with code like:
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
or
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
whenever we work with the solution. Can we configure git to ignore such changes? We're not interested in this line, but we are interested in other changes of the .sln file, e.g. adding of new csproj to the solution.