Skip to content

fix: exclude build artifacts from MANIFEST#57

Merged
toddr merged 1 commit into
mainfrom
koan.toddr.bot/fix-manifest-skip
May 20, 2026
Merged

fix: exclude build artifacts from MANIFEST#57
toddr merged 1 commit into
mainfrom
koan.toddr.bot/fix-manifest-skip

Conversation

@toddr-bot

Copy link
Copy Markdown
Contributor

What

Add patterns to MANIFEST.SKIP to exclude compiled object files (.o), bootstrap files (.bs), and generated C files (deHTMLxs.c) from the distribution manifest.

Why

Running make manifest after make (which compiles the XS extension) picks up build artifacts that should not be included in make dist tarballs.

Testing

  • make test passes
  • make manifest no longer adds .o, .bs, or generated .c files

🤖 Generated with Claude Code

Add .o, .bs, and generated deHTMLxs.c patterns to MANIFEST.SKIP so
that `make manifest` does not include compiled object files and
bootstrap files in the distribution tarball.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@toddr toddr marked this pull request as ready for review May 20, 2026 07:30
@toddr toddr merged commit f79ff2b into main May 20, 2026
24 checks passed
@toddr toddr deleted the koan.toddr.bot/fix-manifest-skip branch May 20, 2026 07:30
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.

2 participants