git-subtree-dir: xo-jit git-subtree-mainline:35555df976git-subtree-split:855887df71
8 lines
251 B
Text
8 lines
251 B
Text
# emacs projectile config
|
|
.projectile
|
|
# clangd working space (see emacs+lsp)
|
|
.cache
|
|
# typical cmake build directory (source-tree-nephew)
|
|
.build*
|
|
# symlink to builddir/compile_commands.json; should be set manually in dev sandbox
|
|
compile_commands.json
|