Eclipse Helios CDT:忽略构建目录

发布于 2024-11-19 10:32:29 字数 105 浏览 3 评论 0原文

我们使用 Eclipse Helios CDT 进行开发。我们使用 cmake 作为构建系统,构建目录通常在项目目录中称为 build-* 。

如何让索引器和重构工具忽略构建目录?

We use Eclipse Helios CDT for development. We use cmake as build system, build dirs are typically called build-* inside the project directory.

How do I get the indexer and the refactoring tool to ignore the build directories?

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

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

发布评论

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

评论(1

溺深海 2024-11-26 10:32:29

通过添加 资源过滤器。将全部排除资源过滤器类型添加到项目的根文件夹中。如果需要,您还可以使用正则表达式。

Exclude these build dirs from project tree by adding Resource filters. Add Exclude All resource filter type to root folder of your project. You can also use regular expressions if needed.

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