Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Any way to exclude certain files from being indexed?

You can define exclusion filters on the 'C++ Project Paths and Symbols' property page.
Markus.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Fedja Jeleskovic
Sent: Montag, 02. April 2007 23:04
To: CDT General developers list.
Subject: [cdt-dev] Any way to exclude certain files from being indexed?

Hi there,

I am wondering if there is a way to exclude certain files from being indexed? The environment that I am in is a VxWorks and whenever we have to build the project one *.c file gets created that is full of some kind of IMPORT definitions for just about everything that is in there. The biggest problem is that files grew to be over 9 Mb in size and indexer gets a huge hit every time it has to go over it. By skipping it, indexer should still be able to find all of the needed connections and total time would drop significantly.

Thanks for the help!


Fedja
ps. this is on x86 Linux build running latest SDK M6 and latest CDT 0402.


Back to the top