Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] Excluding files from the indexer

Derek,

you can limit the range of files which the indexer processes by defining some folders of your project to the source folders (e.g. in the C/C++ Projects view click Mouse-right --> New --> Source Folder and follow the wizard). The indexer will only parse the source folder's subtrees and leave other ("simple") folders alone. 

If you have your generated .c files mixed with sources that _should_ be parsed in the same directory then I do not know a remedy ...


Norbert


-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von dmsubs
Gesendet: Donnerstag, 6. April 2006 01:18
An: 'CDT General developers list.'
Betreff: [cdt-dev] Excluding files from the indexer

Hi,

Is there a way to exclude files from the C/C++ Indexer?

I have a pre-processor that generates .c files from .xc files. The indexer
is (unnecessarily) processing the generated .c file.

Thanks

---
Derek 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top