From 139bde203535a89aa975047d496392931bc972b4 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 15 Aug 2025 12:27:54 -0700 Subject: [PATCH] [llvm] Ignore coding assistant artifacts (#153853) Now that "vibe coding" is a thing, ignore the documentation artifacts that coding assistants, like Claude and Gemini, use to retain coding workflows and other metadata. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a84268a7f686..860b8ea12abd 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,11 @@ autoconf/autom4te.cache # CLion project configuration /.idea /cmake-build* +# Coding assistants' stuff +/CLAUDE.md +/.claude/ +/GEMINI.md +/.gemini/ #==============================================================================# # Directories to ignore (do not add trailing '/'s, they skip symlinks).