Using git for VS2010 project: Can't add file *.opensdf Using git for VS2010 project: Can't add file *.opensdf git git

Using git for VS2010 project: Can't add file *.opensdf


*.opensdf is a temporary file opened only while .vcxproj/.sln is loaded to Visual Studio IDE. It should be added to your .gitignore file.

See the accepted answer on this question: What should be contained in a global source code control ignore pattern for Visual Studio 2010?