The ignorelist tag has no wiki summary.
5
votes
3answers
290 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 ...
1
vote
3answers
207 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 Apache Subversion (i.e. in SVN repository) but we don't want them to be exported. We want a ...
4
votes
1answer
1k 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.
35
votes
9answers
11k 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
5answers
4k 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 ...
11
votes
4answers
7k 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/ is a folder I want to keep
/project/published/some_file(s) are files/folders I don't want
More Details: Currently ...