From b7b80ffe7502309e96f6977aac84907088619493 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 6 Oct 2023 18:22:27 -0400 Subject: [PATCH] .gitignore: + .ccache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 49f711e2..9e716afc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# lsp keeps state here +.cache # typical build directories build ccov