如何忽略带有汞的任何树木中的同一目录? [英] How to ignore the same directory in any trees with mercurial?

查看:83
本文介绍了如何忽略带有汞的任何树木中的同一目录?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,我想在各处忽略缓存目录及其子树.我尝试了以下方法:

Hey I would like to ignore cache directories and the sub-tree of them everywhere. I tried the following:

syntax: glob
**/cache/**

看来这不是正确的选择.有人会照亮吗?

It seems it is not the right thing to do. Would somebody shed some light?

推荐答案

如果您想忽略缓存文件夹中及其下方的所有内容,那么应该可以进行以下操作:

If you're wanting to ignore everything in and below the cache folder the following should work:

syntax: glob
cache/**

这篇关于如何忽略带有汞的任何树木中的同一目录?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆