https://github.com/JuliaLang/julia
Raw File
Tip revision: af26be9558b19a389adcb6c0e6ec1a888ae713a1 authored by Yichao Yu on 07 March 2017, 00:22:23 UTC
nothing to find here, really
Tip revision: af26be9
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/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

.DS_Store
back to top