https://github.com/JuliaLang/julia
Raw File
Tip revision: 5d4eaca0c9fa3d555c79dbacdccb9169fdf64b65 authored by Alex Arslan on 08 August 2018, 11:00:43 UTC
Set VERSION to 1.0.0
Tip revision: 5d4eaca
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

/perf*
.DS_Store
back to top