https://github.com/JuliaLang/julia
Revision 672f609f97c8fb51ad7e8c7178b57c23972e2374 authored by Katharine Hyatt on 22 May 2023, 11:06:39 UTC, committed by GitHub on 22 May 2023, 11:06:39 UTC
1 parent 3b84b08
Raw File
Tip revision: 672f609f97c8fb51ad7e8c7178b57c23972e2374 authored by Katharine Hyatt on 22 May 2023, 11:06:39 UTC
Two simple examples for Threads (#49704)
Tip revision: 672f609
.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
*.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