https://github.com/JuliaLang/julia
Raw File
Tip revision: 6c11e7c2c4705a76f581e8a7f453cc714b09cc7c authored by Alex Arslan on 23 July 2019, 01:46:17 UTC
Set VERSION to 1.3.0-alpha (#32656)
Tip revision: 6c11e7c
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/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
*.jl.*.mem
*.ji

/perf*
.DS_Store
back to top