https://github.com/JuliaLang/julia
Revision 631f7528684f2daf3e5b8b18a494166e7a7baa1c authored by Erik Schnetter on 26 August 2016, 18:40:03 UTC, committed by Tony Kelman on 29 August 2016, 10:46:04 UTC
Closes #18231.
(cherry picked from commit 2961c4d8f1716bc3a6258e8ce7288521d50e46e9)
1 parent 4d8df07
Raw File
Tip revision: 631f7528684f2daf3e5b8b18a494166e7a7baa1c authored by Erik Schnetter on 26 August 2016, 18:40:03 UTC
Clarifiy performance results (#18242)
Tip revision: 631f752
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

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

.DS_Store
back to top