I have the following solution structure
SlnFolder/
Project1/
Project2ToBeExcluded/
Project3/
.gitignore
I copied this .gitignore as a basis. What I try to achieve is adding Project2ToBeExcluded
to .gitignore. I tried to add Project2ToBeExcluded/
at the very top of the .gitignore but the project and its changes still are tracked. By either the GitHub application and my VS2012 extension. How to fix this?