compile_commands.json was being generated, but hidden away inside of the cmake build directories. This change makes build.sh link it to the main project dir and adds some associated .gitignore entries. Now compile_commands.json is properly read when starting clangd from Emacs, for example, and probably many other editors.
21 lines
222 B
Plaintext
21 lines
222 B
Plaintext
.DS_Store
|
|
.idea
|
|
imgui.ini
|
|
cmake-*
|
|
ImportExecutables-*.cmake
|
|
/out*
|
|
dist
|
|
dist-*
|
|
toolchains
|
|
filament/docs/html/**
|
|
.vscode
|
|
*tmp*.png
|
|
civetweb.txt
|
|
/TAGS
|
|
settings.json
|
|
test*.png
|
|
test*.json
|
|
results
|
|
/compile_commands.json
|
|
/.cache
|