https://github.com/JuliaLang/julia
Revision aaa581a31334cad5bc99192e59f1d90a33cc7247 authored by Dilum Aluthge on 01 October 2019, 14:58:19 UTC, committed by Stefan Karpinski on 01 October 2019, 14:58:19 UTC
1 parent 4f19dc2
Raw File
Tip revision: aaa581a31334cad5bc99192e59f1d90a33cc7247 authored by Dilum Aluthge on 01 October 2019, 14:58:19 UTC
Clarify the difference between "light" and "full" source distributions (#32810)
Tip revision: aaa581a
.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