[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.
This commit is contained in:
Bill Wendling 2025-08-15 12:27:54 -07:00 committed by GitHub
parent 09f5b9ab0a
commit 139bde2035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitignore vendored
View File

@ -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).