Matlab.gitignore 443 字节
Newer Older
1
##---------------------------------------------------
2
## Remove autosaves generated by the MATLAB editor
3 4 5 6 7 8 9 10 11
## We have git for backups!
##---------------------------------------------------

# Windows default autosave extension
*.asv

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

12 13
# Compiled MEX binaries (all platforms)
*.mex*
C
Coby Chapple 已提交
14

I
Ivan Zuzak 已提交
15
# Simulink Code Generation
C
Coby Chapple 已提交
16
slprj/
17
sccprj/
18 19 20

# Session info
octave-workspace
J
Jumbalaya 已提交
21 22

# Simulink autosave extension
23
*.autosave