1
0
mirror of https://github.com/github/gitignore synced 2025-02-20 17:39:09 +01:00
gitignore/Global/Matlab.gitignore
Safwan Choudhury 6acbd242cc Ignore Simulink code generation output
Simulink creates a temporary directory where it dumps the code
generation source/compiled target files prior to model execution
2012-04-18 23:50:42 -04:00

13 lines
311 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~
# Simulink Code Generation
slprj/