pitrou commented on code in PR #46018: URL: https://github.com/apache/arrow/pull/46018#discussion_r2028285909
########## dev/.gitignore: ########## @@ -18,3 +18,6 @@ # Python virtual environments for dev tools .venv*/ +# yum-based builds copy a lot of files there +tasks/linux-packages/apache-arrow/yum/build/ Review Comment: Well, isn't it common to do just what I did? It would still sound useful to have a gitignore pattern for that, we already have other convenience patterns, see https://github.com/apache/arrow/blob/main/.gitignore and https://github.com/apache/arrow/blob/main/cpp/ for examples (text editor files, etc.). -- 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]
