From 850999727cdb42585a274df9b2495c182dfee998 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sun, 23 Jan 2022 00:53:30 -0800 Subject: [PATCH] Add .cache (from clangd) to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7bd1f36..29ce563 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.cache .lock* /build* *.bak