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: I980f71a9443931993a58e8af3f3fb740b0fdd982
Signed-off-by: Emma Foley <efoley@redhat.com>
This commit is contained in:
Emma Foley
2026-02-27 10:21:14 -05:00
parent acde5cfb80
commit 0cd03d72a5

4
.gitignore vendored
View File

@@ -29,3 +29,7 @@ venv/
#Pyenv files
.python-version
# 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