[llvm] [llvm] Ignore cline assistant artifacts (PR #159147)
Ryan Mitchell via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 16 11:29:45 PDT 2025
https://github.com/RyanRio created https://github.com/llvm/llvm-project/pull/159147
Follow-up to #153853
>From 463ca2e122fabd29ac46879bd50b4a56b0799c9e Mon Sep 17 00:00:00 2001
From: Ryan Mitchell <Ryan.Mitchell at amd.com>
Date: Tue, 16 Sep 2025 11:28:06 -0700
Subject: [PATCH] [llvm] Ignore cline assistant artifacts
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 860b8ea12abd4..3b6787cf7cc61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,6 +57,7 @@ autoconf/autom4te.cache
/.claude/
/GEMINI.md
/.gemini/
+/.cline_storage/
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
More information about the llvm-commits
mailing list