.hgignore for VB.Net (Express)?
Posted
by OverTheRainbow
on Stack Overflow
See other posts from Stack Overflow
or by OverTheRainbow
Published on 2010-03-23T16:42:08Z
Indexed on
2010/03/23
16:43 UTC
Read the original article
Hit count: 391
Hello
I didn't see a question on this subject in the archives, so here goes: For those of you experienced Mercurial users, is this a correct .hgignore file to tell VB.Net Express to ignore files/sub-dirs when adding items in a new repository?
bin
obj
temp
*.user
*.suo
*.ncb
Thank you.
© Stack Overflow or respective owner