HeartSaVioR opened a new pull request #23892: [MINOR] Exclude core dump file to .gitignore URL: https://github.com/apache/spark/pull/23892 ## What changes were proposed in this pull request? This patch proposes excluding core dump files to `.gitignore`, which files could be generated mostly dealing with SQL module. When SQL module developers want to just add whole directory to the git stage, these files bother them. ## How was this patch tested? Placed `sql/core/hs_err_pid15014.log` and verified after the change the file is excluded to untracked files.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
