git-subtree-dir: xo-pyutil git-subtree-mainline:219038c445git-subtree-split:a2cb8ae60f
8 lines
248 B
Text
8 lines
248 B
Text
# emacs project 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
|