You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Matlab 434B

12345678910111213141516171819202122
  1. ##---------------------------------------------------
  2. ## Remove autosaves generated by the Matlab editor
  3. ## We have git for backups!
  4. ##---------------------------------------------------
  5. # Windows default autosave extension
  6. *.asv
  7. # OSX / *nix default autosave extension
  8. *.m~
  9. # Compiled MEX binaries (all platforms)
  10. *.mex*
  11. # Simulink Code Generation
  12. slprj/
  13. # Session info
  14. octave-workspace
  15. # Simulink autosave extension
  16. .autosave