[llvm][nfc] Ignore OpenAI Codex artifacts (#162481)

Follow-up to #153853 to also ignore Codex artifacts [1]. AGENTS.md may
be at the root or in sub-directories, so unlike other Markdown config
files I've not prefixed it with '/'.

[1] https://github.com/openai/codex/blob/main/docs/getting-started.md#memory-with-agentsmd
This commit is contained in:
Cullen Rhodes
2025-11-25 09:32:55 +00:00
committed by GitHub
parent cf5234bac4
commit a11e7347fb

2
.gitignore vendored
View File

@@ -57,6 +57,8 @@ autoconf/autom4te.cache
.claude/
/GEMINI.md
.gemini/
AGENTS.md
.codex/
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).