From adf96563fb40f062697dcafca98d0d3bf02e77e2 Mon Sep 17 00:00:00 2001 From: psakievich Date: Tue, 8 Mar 2022 09:42:07 -0700 Subject: [PATCH] Update .gitignore (#581) * Update .gitignore Add .cache to .gitignore. This has been driving me crazy * Add more things --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6ada4c155b..23dba83ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,7 @@ spack* compile_commands.json settings.json .vscode* +.cache* +.ccls +.ccls-cache/ +build/