Revision 9ac4fe7cf821fec51082477698552c46b81e11d9 authored by Keno Fischer on 08 June 2021, 20:45:01 UTC, committed by GitHub on 08 June 2021, 20:45:01 UTC
Fixes #41124, this was forgotten in #40935.
1 parent 47c7f91
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