Skip to content
Snippets Groups Projects
Commit 30242444 authored by jcandrsn's avatar jcandrsn
Browse files

Initial Commit

parents
No related branches found
No related tags found
No related merge requests found
##---------------------------------------------------
## 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
# coco solution matrices
*sol*.mat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment