.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Files generated by invoking Julia with --code-coverage
  2. *.jl.cov
  3. *.jl.*.cov
  4. # Files generated by invoking Julia with --track-allocation
  5. *.jl.mem
  6. # System-specific files and directories generated by the BinaryProvider and BinDeps packages
  7. # They contain absolute paths specific to the host computer, and so should not be committed
  8. deps/deps.jl
  9. deps/build.log
  10. deps/downloads/
  11. deps/usr/
  12. deps/src/
  13. # Build artifacts for creating documentation generated by the Documenter package
  14. docs/build/
  15. docs/site/
  16. # File generated by Pkg, the package manager, based on a corresponding Project.toml
  17. # It records a fixed state of all packages used by the project. As such, it should not be
  18. # committed for packages, but should be committed for applications that require a static
  19. # environment.
  20. Manifest.toml
  21. # General
  22. .DS_Store
  23. .AppleDouble
  24. .LSOverride
  25. # Icon must end with two \r
  26. Icon
  27. # Thumbnails
  28. ._*
  29. # Files that might appear in the root of a volume
  30. .DocumentRevisions-V100
  31. .fseventsd
  32. .Spotlight-V100
  33. .TemporaryItems
  34. .Trashes
  35. .VolumeIcon.icns
  36. .com.apple.timemachine.donotpresent
  37. # Directories potentially created on remote AFP share
  38. .AppleDB
  39. .AppleDesktop
  40. Network Trash Folder
  41. Temporary Items
  42. .apdisk