From 7f585437036e056389fbaa5904ceb926ae73033b Mon Sep 17 00:00:00 2001 From: Nasser Grainawi Date: Wed, 15 Apr 2026 10:53:21 -0700 Subject: [PATCH] gitignore: Add AI agent files Allow contributors to use local AI agent files without polluting the repository with brand-specific files. Further AI agent improvements will be done roughly following the same framework being used for Chromium [1]. [1] https://chromium.googlesource.com/chromium/src/+/HEAD/agents Change-Id: I791f318b4f9cad1705f94e05522089809097cc96 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/573601 Tested-by: Nasser Grainawi Reviewed-by: Gavin Mak Commit-Queue: Mike Frysinger --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4326a4ee1..768fd0921 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,8 @@ __pycache__ # PyCharm related /.idea/ + +# AI tool related. +/AGENTS.md +/CLAUDE.md +/GEMINI.md