Compare commits

..

No commits in common. "622feeebce44b01e2f4b0d04966db32cf48c989b" and "4b2245232c5d302a47c26942c725be8ceae38233" have entirely different histories.

2 changed files with 14 additions and 16 deletions

View File

@ -1,33 +1,31 @@
# Autosave files # Windows default autosave extension
*.asv *.asv
# OSX / *nix default autosave extension
*.m~ *.m~
*.autosave
*.slx.r*
*.mdl.r*
# Derived content-obscured files # Compiled MEX binaries (all platforms)
*.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*/
# Code generation folders # Simulink code generation folders
slprj/ slprj/
sccprj/ sccprj/
# Matlab code generation folders
codegen/ codegen/
# Cache files # Simulink autosave extension
*.autosave
# Simulink cache files
*.slxc *.slxc
# Cloud based storage dotfile # Octave session info
.MATLABDriveTag octave-workspace

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/
# #