You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kevingurney (via GitHub)" <gi...@apache.org> on 2023/06/21 18:06:34 UTC

[GitHub] [arrow] kevingurney opened a new pull request, #36208: GH-36207: [MATLAB] Add MATLAB autosave files (`.asv`) to the `.gitignore`

kevingurney opened a new pull request, #36208:
URL: https://github.com/apache/arrow/pull/36208

   ### Rationale for this change
   
   By default, MATLAB will [periodically create backup files](https://www.mathworks.com/company/newsletters/articles/automatically-save-backup-m-files-with-the-matlab-editor.html) for files that are currently open in the MATLAB Editor. These files have a default file extension of `.asv`. To prevent these backup files from accidentally being committed to version control, it would be helpful to add `.asv` files to the `.gitignore` for the MATLAB interface.
   
   ### What changes are included in this PR?
   
   1. MATLAB autosave files (`.asv`) have been added to the `.gitignore` for the MATLAB interface
   
   ### Are these changes tested?
   
   1. Yes. Manually verified that files with filenames of the form `<filename.asv>` under the `matlab` folder are not tracked by 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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou merged pull request #36208: GH-36207: [MATLAB] Add MATLAB autosave files (`.asv`) to the `.gitignore`

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #36208:
URL: https://github.com/apache/arrow/pull/36208


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] conbench-apache-arrow[bot] commented on pull request #36208: GH-36207: [MATLAB] Add MATLAB autosave files (`.asv`) to the `.gitignore`

Posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org>.
conbench-apache-arrow[bot] commented on PR #36208:
URL: https://github.com/apache/arrow/pull/36208#issuecomment-1605195469

   Conbench analyzed the 6 benchmark runs on commit `cefbdd74`.
   
   There were no benchmark performance regressions. 🎉
   
   The [full Conbench report](https://github.com/apache/arrow/runs/14517353475) has more details.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org