From 085690955fd909d7cc18a2237b948c92c8845fe2 Mon Sep 17 00:00:00 2001 From: Johannes Graner Date: Fri, 7 Nov 2025 00:07:39 +0100 Subject: [PATCH] Add .clangd and CMakeUserPresets.json to .gitignore (#3171) [ROCm/composable_kernel commit: 76c4c12f5959adcd56d1627a1d1ce885deb9d096] --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 6641e5bc58..2641a661d8 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,12 @@ docs/doxygen/xml cmake-build*/ build*/ +# LSP configuration +.clangd + +# User-defined CMake presets +CMakeUserPresets.json + # Python virtualenv .venv/