mirror of
https://github.com/github/gitignore.git
synced 2024-12-29 18:55:10 +08:00
20 lines
393 B
Plaintext
20 lines
393 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
|