Skip to content

Commit d1a222d

Browse files
gpsheadtaegyunkim
authored andcommitted
rearrange my gitingore addition w/comment to make backporting easier (python#134945)
1 parent 940e9a3 commit d1a222d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ Python/frozen_modules/MANIFEST
171171
/python
172172
!/Python/
173173

174-
# main branch only: ABI files are not checked/maintained.
175-
Doc/data/python*.abi
176-
177174
# People's custom https://docs.anthropic.com/en/docs/claude-code/memory configs.
178175
/.claude/
179176
CLAUDE.local.md
177+
178+
#### main branch only stuff below this line, things to backport go above. ####
179+
# main branch only: ABI files are not checked/maintained.
180+
Doc/data/python*.abi

0 commit comments

Comments
 (0)