kevingurney opened a new pull request, #35493: URL: https://github.com/apache/arrow/pull/35493
### Rationale for this change A typical name that is used for the build folder when building CMake projects is `build`. The documentation for building the MATLAB interface [mentions using `build` as the build directory name](https://github.com/apache/arrow/tree/main/matlab#build). It would be helpful if `build/` was added to the MATLAB interface `.gitignore` so that the build directory doesn't show up in the list of untracked files with `git`. ### What changes are included in this PR? Added `build` to the MATLAB `.gitignore`. ### Are these changes tested? Manually verified on Debian 11 that the `build` folder doesn't show up as untracked with `git`. ### Are there any user-facing changes? No. -- 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]
