Skip to content

chore: gitignore generated docs directories#4066

Merged
andygrove merged 1 commit intoapache:mainfrom
andygrove:gitignore-docs-generated
Apr 24, 2026
Merged

chore: gitignore generated docs directories#4066
andygrove merged 1 commit intoapache:mainfrom
andygrove:gitignore-docs-generated

Conversation

@andygrove
Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes #.

Rationale for this change

docs/build.sh and docs/generate-versions.py produce three kinds of build artifacts under docs/: per-release clones (docs/comet-0.XX/), the Sphinx output (docs/build/), and the staging tree (docs/temp/). None of these are gitignored, so every local docs build leaves them as untracked files. That noise makes git status hard to read and invites accidental inclusion in commits.

What changes are included in this PR?

Add docs/comet-*/, docs/build/, and docs/temp/ to .gitignore.

How are these changes tested?

Verified locally that git check-ignore matches the three paths and that they no longer appear in git status.

Copy link
Copy Markdown
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me, thanks @andygrove!

@andygrove andygrove merged commit 499f24d into apache:main Apr 24, 2026
133 checks passed
@andygrove andygrove deleted the gitignore-docs-generated branch April 24, 2026 16:57
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