Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Helios CDT: ignore build directory

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?

like image 342
Gabriel Schreiber Avatar asked Jul 12 '11 15:07

Gabriel Schreiber


1 Answers

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.

like image 97
ks1322 Avatar answered Sep 22 '22 05:09

ks1322