From 6179d279fb5f9e148c241df5ba811b0e9b9076a2 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 12 Feb 2026 11:51:42 -0800 Subject: [PATCH] [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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9ce99993e767..fa133b2d0983 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ autoconf/autom4te.cache /cmake-build* # Coding assistants' stuff /CLAUDE.md +/instructions.md .claude/ /GEMINI.md .gemini/