开发者

.hgignore for VB.Net (Express)?

开发者 https://www.devze.com 2022-12-24 02:18 出处:网络
I didn\'t see a question on this subj开发者_如何学JAVAect 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

I didn't see a question on this subj开发者_如何学JAVAect 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.


well you either need to start each line with glob: or have the first line

syntax:glob

mine (for C#) has Thumbs.db as well.

edit: you can also set up a global ignore list using your global hgrc

0

精彩评论

暂无评论...
验证码 换一张
取 消