.gitignore 769 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # ---> Matlab
  2. ##---------------------------------------------------
  3. ## Remove autosaves generated by the Matlab editor
  4. ## We have git for backups!
  5. ##---------------------------------------------------
  6. # Windows default autosave extension
  7. *.asv
  8. # OSX / *nix default autosave extension
  9. *.m~
  10. # Compiled MEX binaries (all platforms)
  11. *.mex*
  12. # Simulink Code Generation
  13. slprj/
  14. # ---> macOS
  15. .DS_Store
  16. .AppleDouble
  17. .LSOverride
  18. # Icon must end with two \r
  19. Icon
  20. # Thumbnails
  21. ._*
  22. # Files that might appear in the root of a volume
  23. .DocumentRevisions-V100
  24. .fseventsd
  25. .Spotlight-V100
  26. .TemporaryItems
  27. .Trashes
  28. .VolumeIcon.icns
  29. # Directories potentially created on remote AFP share
  30. .AppleDB
  31. .AppleDesktop
  32. Network Trash Folder
  33. Temporary Items
  34. .apdisk