From 310c8cd5e5dcb0fb9509e08c0d5cf32075416878 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Fri, 30 May 2025 11:28:14 -0700 Subject: [PATCH] rearrange my gitingore addition w/comment to make backporting easier (#134945) --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2542eaf7b69..cdb0352e0a88 100644 --- a/.gitignore +++ b/.gitignore @@ -171,9 +171,10 @@ Python/frozen_modules/MANIFEST /python !/Python/ -# main branch only: ABI files are not checked/maintained. -Doc/data/python*.abi - # People's custom https://docs.anthropic.com/en/docs/claude-code/memory configs. /.claude/ CLAUDE.local.md + +#### main branch only stuff below this line, things to backport go above. #### +# main branch only: ABI files are not checked/maintained. +Doc/data/python*.abi -- 2.47.3