How to make KDS ignore a file with directory structure?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to make KDS ignore a file with directory structure?

669 Views
beng_
Contributor III

Within my directory structure/repository I have an Excel spreadsheet (detailing things like pin allocations) Kinetis Design Studio keeps adding this file to the project. I can exclude this file from a build, however when I do a text search KDS keeps trying to search this file.

Is there a way to make KDS just ignore this file and not add it to the project (in the same way git can be set to ignore files).

Labels (1)
0 Kudos
3 Replies

512 Views
beng_
Contributor III

It's an .xlsx file.

When I go to Window > Preferences > C/C++ > File Types

xlsx/excel files aren't listed as files to be displayed.

0 Kudos

512 Views
BlackNight
NXP Employee
NXP Employee

Hi Ben,

I'm actually not really sure what your problem is? Can you provide more details/screenshots what you want (or not want)?

Thanks,

Erich

0 Kudos

512 Views
BlackNight
NXP Employee
NXP Employee

Hi Ben,

Does your file have a *.xls extension (or similar)? Because such an Excel file is not added to the list of build files by default. You can check the file extensions mapped (see Assembly Files in Eclipse CDT Projects | MCU on Eclipse ).

There is another option to filter files in the project view:

pastedImage_2.png

I hope this helps,

Erich

0 Kudos