MaskRay / ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Apache License 2.0
3.73k stars 254 forks source link

Do not ignore files in gitignore #893

Open ali-z-can opened 2 years ago

ali-z-can commented 2 years ago

Hi,

This might be a very trivial question but I can not find any info anywhere. I'm new to ccls and have a c++ project compiled by cmake. I have several git repositories added in config time which are ignored in gitignore as well as the build directory which includes header files generated by cmakedefine. Ccls does not generate anything for files and directories for files in gitignore. How can I do that ?