Add .clangd and CMakeUserPresets.json to .gitignore (#3171)

[ROCm/composable_kernel commit: 76c4c12f59]
This commit is contained in:
Johannes Graner
2025-11-07 00:07:39 +01:00
committed by GitHub
parent 9fde8e559a
commit 085690955f

6
.gitignore vendored
View File

@@ -66,6 +66,12 @@ docs/doxygen/xml
cmake-build*/
build*/
# LSP configuration
.clangd
# User-defined CMake presets
CMakeUserPresets.json
# Python virtualenv
.venv/