How to add extensionless files (i.e. makefiles) in source insight?

95 views Asked by At

How to add extensionless files (i.e. makefiles) in source insight?

Working in Source Insight 3.X. An existing c/cpp project code is loaded. When I search in project window, make/makefile which are extension less are not showing. How can I confirm that all the extension less files are also synced and shown in project window when searching with names?

1

There are 1 answers

0
Sazzad Hissain Khan On BEST ANSWER

I solved this problem by allowing unknown file types to add in the project from,

Menu -> Project -> Add or Remove Project Files -> uncheck "Show only known document types"

enter image description here