From abd7857a10c8f158680d54b3434ec4f9bf3a4ad4 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Sat, 28 Mar 2026 09:13:07 -0500 Subject: [PATCH] Ignore local coding agent files Signed-off-by: Timothy Middelkoop --- .gitignore | 6 ++++++ CHANGELOG.md | 1 + 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 827fca88..afeded7f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,12 @@ /wwapid /wwapird +# local files +/.local/ +.claude/ +CLAUDE.md +AGENTS.md + # other created files /docs/man/man1 /docs/man/man5/*.5.gz diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a9f150..af9bce98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Initial one-page quick reference guide - Document configuring the arp cache for large clusters - Expand troubleshooting documentation for container runtimes +- Ignore local coding agent files ### Removed