From 44b14419f929f9c2d28663120b9b27e45af4fa80 Mon Sep 17 00:00:00 2001 From: elsandosgrande Date: Thu, 20 Jan 2022 10:03:55 +0100 Subject: [PATCH] [skip ci] .gitignore: Ignore `.cache` directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3979bc7c2..43c997614 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ CmakeSettings.json *.code-workspace +# clangd's index and likely other things that need not be in the repository +.cache/ + # macOS General .DS_Store .AppleDouble