From c853e93e08c6df71b23e96ca6ebff3cc78c03661 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Mon, 31 Aug 2026 17:25:03 -0500 Subject: [PATCH] chore: ignore stray git bundles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A lost `:` in an scp target to the Windows VM wrote three git bundles into the working tree instead of onto the guest, and they were committed — 7.9 MB of repository history carried in a feature branch. They have been scrubbed from this branch; this keeps the next slip from being committed at all. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_012M9UE2Txyh7w8wyothDPTe --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b85152c..4ed3edc 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,8 @@ target-linux/ .kommandr/kommandr.db .kommandr/kommandr.db-wal .kommandr/kommandr.db-shm + +# Stray git bundles from the Windows VM transfer (a lost `:` in an scp target +# once committed three of these, 7.9 MB, into a feature branch). +*.bundle +*.gitbundle