andygrove opened a new pull request, #4066:
URL: https://github.com/apache/datafusion-comet/pull/4066

   ## 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`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to