Skip to content

fix: update .gitignore to match all dist versions#37

Merged
toddr merged 1 commit intocpan-authors:mainfrom
toddr-bot:koan.toddr.bot/fix-gitignore
Mar 23, 2026
Merged

fix: update .gitignore to match all dist versions#37
toddr merged 1 commit intocpan-authors:mainfrom
toddr-bot:koan.toddr.bot/fix-gitignore

Conversation

@toddr-bot
Copy link
Collaborator

@toddr-bot toddr-bot commented Mar 23, 2026

What

Fix .gitignore pattern for make dist output directories.

Why

The pattern /Net-Ident-0* only matched version 0.x distributions. Since the module has been at version 1.x since 1997, make dist creates Net-Ident-1.28/ which was never gitignored.

How

Changed /Net-Ident-0* to /Net-Ident-*/ to match any version.

Testing

One-line change, no code affected.


Quality Report

Changes: 1 file changed, 1 insertion(+), 1 deletion(-)

Code scan: clean

Tests: passed (OK)

Branch hygiene: clean

Generated by Kōan post-mission quality pipeline

The pattern /Net-Ident-0* only matched version 0.x dist directories.
Current version is 1.28, so make dist creates Net-Ident-1.28/ which
was not gitignored. Use /Net-Ident-*/ to match any version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@toddr toddr marked this pull request as ready for review March 23, 2026 12:40
@toddr toddr merged commit fcbac90 into cpan-authors:main Mar 23, 2026
23 checks passed
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