I\'m trying to work using Git with a colleague, in an application written in C#.
We have added the entry "project1.suo" to the .gitignore file but every time o
I had the same problem. Ikke's solution helps, but do not forget to remove the *.suo entry from your .gitignore, if it is there. After the file is corrected, do
git add **/*.suo