lidavidm commented on code in PR #48054: URL: https://github.com/apache/arrow/pull/48054#discussion_r2647613111
########## .gitignore: ########## @@ -107,3 +107,6 @@ java/.mvn/.develocity/ # rat filtered_rat.txt rat.txt + +# rc +*.rc Review Comment: It might be more enlightening to put this as the comment, rather than a redundant comment: ```suggestion # for ODBC DLL *.rc ``` -- 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]
