From a2642f93a4349de0ab56cb2b30079c854fb4260f Mon Sep 17 00:00:00 2001 From: J Date: Thu, 15 Aug 2024 12:04:08 -0400 Subject: [PATCH] .gitignore: Add .cache (#1825) This is where clangd puts a bunch of junk, so it's nice to have it ignored for folks who use clangd. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a893fc63..8f7a3f57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea .vscode cmake-* +.cache .DS_Store build build-*