From 57eee82fa55d618694efd58b0e046575f314b25c Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 5 Aug 2024 14:31:04 -0400 Subject: [PATCH] .gitignore: + .projectile (emacs ws config) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9648517d..8e2ef56b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# emacs workspace config +.projectile # symlink to ${mybuilddirectory}/compile_commands.json for LSP compile_commands.json # LSP keeps state here