From f09aae6541810652e121689c24d440f268c29be2 Mon Sep 17 00:00:00 2001 From: DarN <82701459+DarNCelsius@users.noreply.github.com> Date: Sat, 8 May 2021 11:37:50 +0200 Subject: [PATCH] Added .cache folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 38e5bb9cc..972ebe282 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/build/ **/.vscode/ +**/.cache/ cscope.* tags