8 lines
188 B
Text
8 lines
188 B
Text
# emacs workspace config
|
|
.projectile
|
|
# lsp keeps state here
|
|
.cache
|
|
# typical build directory
|
|
.build*
|
|
# lsp: symlink to file in build directory (established manually)
|
|
compile_commands.json
|