From f96010b7fa8ce5f83802144bdebf2bb7a6679649 Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Tue, 23 Jan 2024 16:21:04 -0800 Subject: [PATCH] gitignore: Start ignoring clangd dirs. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0f5e7aae..9180ddf1 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ /src/*.[od] /src/*.sym +# These are semantically meaningful for clangd and related tooling. +/build/ +/.cache/ compile_commands.json /static_analysis_raw_results /static_analysis_results