Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想忽略所有开头的文件:
._
我将如何将其写入 .hgignore 文件?
$ cat .hgignore syntax: glob ._*
我已经测试过(..为了清楚起见,删除了一些“噪音”):
..
$ ls -aRF .: a ._a .hgignore sub/ ./sub: a ._a $ hg stat ? .hgignore ? a ? sub/a