https://github.com/JuliaLang/julia
Raw File
Tip revision: 328ef2c9ce41a2bb4da53342a3193d9ce38dc077 authored by Dilum Aluthge on 23 August 2022, 07:28:46 UTC
Test suite: set the `JULIA_TEST_IS_BASE_TESTS` environment variable
Tip revision: 328ef2c
.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/*

# 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