build: streamline CMAKE_MODULE_PATH interaction
This commit is contained in:
parent
6d5a14b335
commit
8f11a8e413
3 changed files with 19 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
|||
# typical build location
|
||||
build
|
||||
# symlink to ${mybuilddirectory}/compile_commands.json for LSP
|
||||
compile_commands.json
|
||||
# LSP keeps state here
|
||||
.cache
|
||||
# typical build directories
|
||||
.build*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue