From cde81d131c58bc59d36663896395fe5eeae666c3 Mon Sep 17 00:00:00 2001 From: Anurag Thakur Date: Sun, 31 Oct 2021 19:56:27 +0530 Subject: [PATCH] Add gitignore files for a smoother VSCode experience with clangd --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e4f1510bf..087de0e86 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ src/dlg/dlg.c subprojects/* !subprojects/*.wrap /tests/data/* +.cache/* +compile_commands.json