.gitignore: + .projectile (emacs ws config)

This commit is contained in:
Roland Conybeare 2024-08-05 14:31:04 -04:00
commit 57eee82fa5

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
# emacs workspace config
.projectile
# symlink to ${mybuilddirectory}/compile_commands.json for LSP # symlink to ${mybuilddirectory}/compile_commands.json for LSP
compile_commands.json compile_commands.json
# LSP keeps state here # LSP keeps state here