Revision 80fda110a2fe4db272156f39461419f7868b7cb8 authored by Jameson Nash on 25 July 2022, 18:26:34 UTC, committed by KristofferC on 19 September 2022, 08:25:03 UTC
Refs: #42005
(cherry picked from commit 69e319d005d812dbc4442b08fc9e8ea6a2ade110)
1 parent d336126
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
*.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