From 0664af34c5961d40041d03b63166d57ffd63bd7c Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 20 May 2024 07:31:40 -0400 Subject: [PATCH] xo-unit: .gitignore: + .projectile --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 13c0afb7..f3b23fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# emacs projectile config +.projectile # clangd working space (see emacs+lsp) .cache # typical cmake build directory (source-tree-nephew)