Skip to content

chore: deduplicate and clean up MANIFEST.SKIP#1071

Draft
Koan-Bot wants to merge 1 commit intoTest-More:masterfrom
Koan-Bot:koan.atoomic/cleanup-manifest-skip
Draft

chore: deduplicate and clean up MANIFEST.SKIP#1071
Koan-Bot wants to merge 1 commit intoTest-More:masterfrom
Koan-Bot:koan.atoomic/cleanup-manifest-skip

Conversation

@Koan-Bot
Copy link

@Koan-Bot Koan-Bot commented Mar 13, 2026

What

Removes ~15 duplicate patterns from MANIFEST.SKIP and consolidates entries.

Why

The file accumulated duplicates over successive edits — some patterns appeared
2-3 times (.travis.yml, MANIFEST.SKIP, test.pl, POD_TEMPLATE.pod,
^Test2-*, ^profiling/). Also contained a stale personal path comment
(/Users/schwern/...) from the original MANIFEST.SKIP template inclusion.

How

  • Merged duplicate patterns, keeping the broader match where two variants existed
  • Removed duplicate \.# pattern (lines 38 & 41)
  • Dropped stale #!end included comment with personal path
  • Added appveyor.yml exclusion (already removed from repo, belt-and-suspenders)
  • Grouped related entries under clearer comments

Testing

Full suite passes: 370 files, 3470 tests. No functional change to exclusion behavior.


Quality Report

Changes: 1 file changed, 8 insertions(+), 25 deletions(-)

Code scan: clean

Tests: passed (OK)

Branch hygiene: clean

Generated by Kōan post-mission quality pipeline

Remove ~15 duplicate patterns accumulated from successive edits,
drop stale personal path in comment, add appveyor.yml exclusion,
and consolidate related entries under clear section headers.

No functional change — all previously excluded paths remain excluded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant