https://github.com/python/cpython/commit/310c8cd5e5dcb0fb9509e08c0d5cf32075416878
commit: 310c8cd5e5dcb0fb9509e08c0d5cf32075416878
branch: main
author: Gregory P. Smith <g...@krypto.org>
committer: gpshead <g...@krypto.org>
date: 2025-05-30T18:28:14Z
summary:

rearrange my gitingore addition w/comment to make backporting easier (#134945)

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index a2542eaf7b698a..cdb0352e0a8836 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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to