[llvm][.gitignore] Add instructions.md to coding assistants section (#181211)

Similar to CLAUDE.md and GEMINI.md, instructions.md is a local guidance
file used by AI coding assistants. Add it to the existing "Coding
assistants' stuff" section to prevent accidental commits.
This commit is contained in:
Eric Christopher 2026-02-12 11:51:42 -08:00 committed by GitHub
parent e93829e807
commit 6179d279fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -55,6 +55,7 @@ autoconf/autom4te.cache
/cmake-build* /cmake-build*
# Coding assistants' stuff # Coding assistants' stuff
/CLAUDE.md /CLAUDE.md
/instructions.md
.claude/ .claude/
/GEMINI.md /GEMINI.md
.gemini/ .gemini/