https://github.com/JuliaLang/julia
Raw File
Tip revision: 2acc15550556658924b7dc251bb61481e279849f authored by Jameson Nash on 12 January 2017, 02:59:00 UTC
allow running tests in any random subdirectory, not just linalg
Tip revision: 2acc155
.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