From 3d7293651483130af9e8c5fe685d28b226baa99b Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 4 Jun 2025 08:47:07 +0200 Subject: [PATCH] Ignore clangd specific files --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 34f3852..3d04163 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,7 @@ opt # ctags tags + +# clangd specific files +.cache +compile_commands.json -- 1.7.1