开发者

.hgignore for VB.Net (Express)?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜