From b7920ea4b78a375f8dcb46a3cf9d77d7e683216a Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Tue, 3 Mar 2026 10:13:48 -0500 Subject: [PATCH] Update gitignore to ignore md files for AI agents OpenStack uses .rst for docs, so .md files can all be ignored, which covers the AGENT.md files used for AI coding assistants. Change-Id: Ief0495e0cef302cd69052ebd841e85ad061ab608 Signed-off-by: Emma Foley --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3041f8d..70538ee 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,7 @@ ChangeLog # generated docs doc/source/ref/ + +# Files used by AI agents for instructions, rules and project context +# md is also used for docs, but we can ignore them since openstack uses rst +*.md