Skip to content

project plugin: when creating a project from a directory, skip some files

With this patch, cmake out-of-source build directories are skipped, and also editor backup files are skipped and not included in the project. When searching within a project, you usually don't want to search in backup files or in the generated files within a build tree.

Merge request reports