From 005826ee3f489eddfa6550398b24cba6f18467e1 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Sun, 31 Jan 2021 21:27:54 +0100
Subject: [PATCH] Ignore the .cache directory that can be generated by clangd

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3bb6d6cbc..96214f7a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ GPATH
 GRTAGS
 GTAGS
 /.clangd/
+/.cache/
-- 
GitLab