https://github.com/JuliaLang/julia
Revision e64d2013ca91e8babc01ebbfb5025da04eeea803 authored by Bagaev Dmitry on 12 July 2023, 02:36:22 UTC, committed by GitHub on 12 July 2023, 02:36:22 UTC
1 parent 5baaafd
Raw File
Tip revision: e64d2013ca91e8babc01ebbfb5025da04eeea803 authored by Bagaev Dmitry on 12 July 2023, 02:36:22 UTC
fix typo in the --gcthreads argument description (#50461)
Tip revision: e64d201
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.expmap
*.exe
*.dll
*.dwo
*.do
*.o
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.h.gen
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
/.buildkite

# Buildkite: Ignore the unencrypted repo_key
repo_key

# Buildkite: Ignore any agent keys (public or private) we have stored
agent_key*
back to top