Mercurial 不忽略文件

发布于 2024-11-18 05:11:55 字数 458 浏览 4 评论 0原文

我尝试了多种方法来阻止来自 Mercurial 的日志文件夹,但 hg status 仍然可以看到它。我有其他正在遵守的忽略命令,但由于某种原因该文件夹不会被忽略。我已经尝试过...

syntax: glob
sitename/system/logs

regexp:^sitename/system/logs$

glob:sitename/system/logs

尽管使用了所有这些方法,我仍然看到以下内容在 hg status

M sitename/system/logs/log-2010-11-03.php
M sitename/system/logs/log-2010-11-04.php

对我做错了什么有什么想法吗?

I've tried multiple ways to block a folder of logs from Mercurial but it continues to be seen by hg status. I have other ignore commands that are being obeyed, but this folder for some reason won't be ignored. I've tried...

syntax: glob
sitename/system/logs

regexp:^sitename/system/logs$

glob:sitename/system/logs

Despite all of these methods in place I continue to see the following in hg status

M sitename/system/logs/log-2010-11-03.php
M sitename/system/logs/log-2010-11-04.php

Any ideas on what I'm doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

剩一世无双 2024-11-25 05:11:55

是的。问题是你添加了该文件。这就是为什么您会看到 M。停止跟踪该文件,然后您的忽略就会起作用。

Yes. The problem is you added the file. That's why you see an M. Stop tracking the file, and then your ignore will work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文