Revision a7a9fe5721eb9080380cf13c4404cee1cbecf004 authored by Jeff Bezanson on 19 January 2021, 16:47:11 UTC, committed by Kristoffer on 19 January 2021, 21:40:00 UTC
helps #38947

(cherry picked from commit e8f23d7d3e2eb4c4550637af6ace95dab4bae49d)
1 parent 4ccfd6d
Raw File
.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
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
back to top