How to add .hgignore to my Mercurial folder?
问题 I'm learning to use Mercurial, and its learning curve is pretty straightforward. But one of my problem is, I can't add the .hgignore file to Mercurial folder. Windows (7) does not allow me to do this, and when I run the command hg add .hgignore , it returns error: the system cannot find the specified file. How can I create/add this file? 回答1: Execute touch .hgignore or echo "" > .hgignore in the needed directory 回答2: Create it from the command line echo syntax: glob > .hgignore 回答3: You don't