Unverified Commit 6ac432bd authored by Sirui Mu's avatar Sirui Mu Committed by GitHub
Browse files

[llvm][.gitignore] Ignore .agents directory (#194236)

The `.agents` directory is a common convention for storing coding agent
related stuff like rules and skills, recognized by major coding agents
like Claude Code, Codex, GitHub Copilot, OpenCode, etc. Ignore this
directory to avoid accidentally commiting these coding agent related
content to the repo.
parent 902814af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ autoconf/autom4te.cache
/.idea
/cmake-build*
# Coding assistants' stuff
.agents/
/CLAUDE.md
/instructions.md
.claude/