From 69af7785f6b5c12501b3680fdf5af4b0a94ce055 Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:20:21 -0400 Subject: [PATCH] [gitignore] Add .clangd file to gitignore (#7122) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 513a9eef20..333895f9f3 100644 --- a/.gitignore +++ b/.gitignore @@ -239,7 +239,7 @@ compile_commands.json # clang configuration and clangd cache .clang -.clangd/ +.clangd .cache/ imgui.ini