[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:
parent
09f5b9ab0a
commit
139bde2035
5
.gitignore
vendored
5
.gitignore
vendored
@ -52,6 +52,11 @@ autoconf/autom4te.cache
|
|||||||
# CLion project configuration
|
# CLion project configuration
|
||||||
/.idea
|
/.idea
|
||||||
/cmake-build*
|
/cmake-build*
|
||||||
|
# Coding assistants' stuff
|
||||||
|
/CLAUDE.md
|
||||||
|
/.claude/
|
||||||
|
/GEMINI.md
|
||||||
|
/.gemini/
|
||||||
|
|
||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user