I'm working on a XNA project in C# (using Visual Studio 2010 with the Git Source Control Provider extension) and I'd like to create a new branch, release, that will only include the /bin/x86/Release folder. How do I do that?
Do I have to change the .gitignore? I know the basics to making branches, and I'm branching from the development branch. I am also using Git Extensions, but I can use the console if needed.