How to let Mercurial ignore every thing except *.cs file?
Posted
by static
on Stack Overflow
See other posts from Stack Overflow
or by static
Published on 2009-08-27T03:10:40Z
Indexed on
2010/03/29
3:33 UTC
Read the original article
Hit count: 143
I started a project and added it to hg, but I want to take *.cs file under version control only, so,i have to add bin, obj, sln, suo,_resharper folder etc to ignore pattern, ,how to let hg only monitor certain kind of file like white list? How to do that in Subversion?
© Stack Overflow or respective owner