Compare commits

..

13 Commits

Author SHA1 Message Date
Tim Hunter
622feeebce
Merge pull request #4148 from Chaoses-Ib/patch-highlight
Highlight the gitignore block in README
2025-06-09 09:14:10 -07:00
Tim Hunter
5e1f6cef17
Merge pull request #4117 from mathworks/main
Update Global/MATLAB.gitignore to include broader set of transitory files
2025-06-09 08:51:18 -07:00
Chaoses-Ib
c9a87f886c
Merge branch 'main' into patch-highlight 2025-06-09 09:44:58 +08:00
Chaoses-Ib
c338343e39
Highlight the gitignore block in README 2022-09-11 00:52:46 +08:00
Rob Purser
3e4ee94a37
Merge pull request #2 from todd-flanagan/patch-1
Adding CTF Deployable Archive
2022-07-08 14:09:52 -04:00
todd-flanagan
9644568fcd
per review comments 2022-07-08 13:05:31 -04:00
todd-flanagan
1fb3025596
Update MATLAB.gitignore
added entry for ctf artifacts
2022-07-08 11:12:03 -04:00
Rob Purser
348be0078f
Change MATLAB Drive comment 2022-07-07 09:33:21 -04:00
Rob Purser
ebf0dffb3a
Update the Global/MATLAB.gitignore instead
Elected to follow a PR strategy to update Global/MATLAB.gitignore first, then work to get it promoted.
2022-07-07 09:28:47 -04:00
Rob Purser
e3ff3d884b
Review Feedback
Revised with internal review feedback
2022-07-07 09:27:20 -04:00
Rob Purser
4c08c07f0b
Initial version from technical folks
Reviewed by @gulley @lrm29 @gwalker-dev @seangcote-home
2022-07-06 09:30:04 -04:00
Rob Purser
6dd64367a5
Add .p files
Add Derived Content-Obscured files (*.p)
2022-06-30 09:29:23 -04:00
Rob Purser
d330373269
Create MATLAB.gitignore 2022-06-30 09:26:31 -04:00
2 changed files with 16 additions and 14 deletions

View File

@ -1,31 +1,33 @@
# Windows default autosave extension # Autosave files
*.asv *.asv
# OSX / *nix default autosave extension
*.m~ *.m~
*.autosave
*.slx.r*
*.mdl.r*
# Compiled MEX binaries (all platforms) # Derived content-obscured files
*.p
# Compiled MEX files
*.mex* *.mex*
# Packaged app and toolbox files # Packaged app and toolbox files
*.mlappinstall *.mlappinstall
*.mltbx *.mltbx
# Deployable archives
*.ctf
# Generated helpsearch folders # Generated helpsearch folders
helpsearch*/ helpsearch*/
# Simulink code generation folders # Code generation folders
slprj/ slprj/
sccprj/ sccprj/
# Matlab code generation folders
codegen/ codegen/
# Simulink autosave extension # Cache files
*.autosave
# Simulink cache files
*.slxc *.slxc
# Octave session info # Cloud based storage dotfile
octave-workspace .MATLABDriveTag

View File

@ -116,7 +116,7 @@ header of the template.
For example, this template might live at `community/DotNet/InforCRM.gitignore`: For example, this template might live at `community/DotNet/InforCRM.gitignore`:
``` ```gitignore
# gitignore template for InforCRM (formerly SalesLogix) # gitignore template for InforCRM (formerly SalesLogix)
# website: https://www.infor.com/product-summary/cx/infor-crm/ # website: https://www.infor.com/product-summary/cx/infor-crm/
# #