From 1cffd4042e0e307f98898c754d8bd1b8f286791b Mon Sep 17 00:00:00 2001 From: John Shumway Date: Fri, 5 Dec 2025 08:26:00 -0800 Subject: [PATCH] Ignore .cmake-format.yaml (#3356) We don't want to add cmake formatting until we are in the super repo, but its handy if developers want to experiment with formatting. For now we should ignore .cmake-format.yaml. [ROCm/composable_kernel commit: 7541d9b5b0e0ce241eb75476e3ef5d61ba019210] --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2641a661d8..d8468cf24e 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,9 @@ tags # Editors .vscode +# CMake formatting configuration (local) +.cmake-format.yaml + # Cline .cline*