1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 02:38:12 +02:00
gitignore/Global/Matlab.gitignore
Qingyu Deng 1776050f70 Fix failure to ignore simulink autosave file
`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.
2017-09-12 14:59:52 +08:00

23 lines
435 B
Plaintext

##---------------------------------------------------
## Remove autosaves generated by the Matlab editor
## We have git for backups!
##---------------------------------------------------
# Windows default autosave extension
*.asv
# OSX / *nix default autosave extension
*.m~
# Compiled MEX binaries (all platforms)
*.mex*
# Simulink Code Generation
slprj/
# Session info
octave-workspace
# Simulink autosave extension
*.autosave