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.

Julia 795B

123456789101112131415161718192021222324
  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