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 360B

12345678910111213141516
  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/