GitIgnore File for matlab

Create a .gitignore file to tell git which files or folders to ignore in your matlab project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### MATLAB ###
# Windows default autosave extension
*.asv

# OSX / *nix default autosave extension
*.m~

# Compiled MEX binaries (all platforms)
*.mex*

# Packaged app and toolbox files
*.mlappinstall
*.mltbx

# Generated helpsearch folders
helpsearch*/

# Simulink code generation folders
slprj/
sccprj/

# Matlab code generation folders
codegen/

# Simulink autosave extension
*.autosave

# Simulink cache files
*.slxc

# Octave session info
octave-workspace

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download matlab.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from matlab Project

Windows default autosave extension

OSX / *nix default autosave extension

Compiled MEX binaries (all platforms)

Packaged app and toolbox files

Generated helpsearch folders

Simulink code generation folders

Matlab code generation folders

Simulink autosave extension

Simulink cache files

Octave session info

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.