From a682ec4877b41e58e954e7113231c3421685f4ec Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:12:23 +0200 Subject: Ignore clangd compilation cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 55a0920a..1bf70346 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ python/generator.*.log python/generator.exe python/generator.log python/generator.tlog +.cache/ # Unit Tests suite/unit.py -- cgit v1.3.1