Add .cline* files to .gitignore (#3101)

Developers who use cline on the code base need to ignore .cline* directories like .cline_storage and .clinerules. Using a wildcard to ignore any other cline-related directories.

[ROCm/composable_kernel commit: 0b68423015]
This commit is contained in:
John Shumway
2025-10-27 08:29:15 -07:00
committed by GitHub
parent 02653cd69d
commit 3dd0779bf7

3
.gitignore vendored
View File

@@ -36,6 +36,9 @@ tags
# Editors
.vscode
# Cline
.cline*
# build-in-source directory (see exceptions below)
build*