Eclipse Helios CDT:忽略构建目录
我们使用 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过添加 资源过滤器。将全部排除资源过滤器类型添加到项目的根文件夹中。如果需要,您还可以使用正则表达式。
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.