Tagged Questions
The ignore-files tag has no wiki summary.
17
votes
3answers
7k views
ignoring folders in mercurial
Caveat:
I try all the posibilities listed here: http://stackoverflow.com/questions/254002/how-can-i-ignore-everything-under-a-folder-in-mercurial.
None works as I hope.
I want to ignore every thing ...
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 ...
2
votes
4answers
1k views
A Python walker that can ignore directories
I need a file system walker that I could instruct to ignore traversing
directories that I want to leave untouched, including all subdirectories
below that branch.
The os.walk and os.path.walk just ...