I have a project I'm working on where I have a team that is located in two different locations. We are using a source control system that integrates with VS 2008. We have created a solution folder where we store different web.config files so the different locations can pick and choose which configuration they need to use to run the project.
What I would like to be able to do is have the Web Project we are working on have a web.config file in the project, but be ignored by the source control system. The source control system we're using is SourceGear, and it is operating under its default configuration, which is very reminiscent of VSS to me. I would like to avoid having to exclude the web.config file from the project, but I don't see any other way without the source control system constantly trying to add the file back into the repository.
How can I ignore the web.config file with respect to my source control system without having to exclude the file from my project all together?