Tagged Questions
The ignorelist tag has no wiki summary.
25
votes
9answers
5k views
What Visual Studio files should be ignored by subversion to minimize conflicts?
I am supporting a number of .Net developers who are using Subversion to version control their work, but we have been running into a number of issues that seem to revolve around the additional files ...
7
votes
4answers
3k views
Git ignore file for VB.NET projects
I wan to place a VB.NET project under Git control in Windows (was previously under Visual Source Safe - long sad story of repository corruption, etc.). How should I set up the ignore file? The ...
6
votes
4answers
3k views
TortoiseSVN - Ignoring files within a folder already in the repository
How do I ignore all files within a folder under source control?
/project/published/ (folder I want to keep)
/project/published/some_file(s) (files/folders i don't want)
More Details: Currently when ...
4
votes
2answers
176 views
Bazaar: Ignoring files locally but not in centralized repository?
We have a centralized development server, with everyone working from local checkouts. How can we ignore a specific directory only in our local repositories and not in the centralized repository?
Some ...
4
votes
1answer
909 views
AnkhSVN ignore pattern
How does AnkhSVN keep non-versioned files out of SVN? I checked the global ignore pattern and the svn:ignore property but found nothing there.
0
votes
3answers
103 views
How to flag commited files in svn to be excluded from the export?
We have the problem that we have the open project files in our svn like *.fla and *.psd. They are under subversion in svn but we don't want them to be exported. We want a clean export without our open ...