https://github.com/JuliaLang/julia
Revision e618369409609f905d2a65f1e68cc934931991fd authored by Kristoffer Carlsson on 08 March 2024, 16:02:54 UTC, committed by GitHub on 08 March 2024, 16:02:54 UTC
Missed when porting from Pkg. Fixes
https://github.com/JuliaLang/Pkg.jl/issues/3834.
1 parent 78351b5
Raw File
Tip revision: e618369409609f905d2a65f1e68cc934931991fd authored by Kristoffer Carlsson on 08 March 2024, 16:02:54 UTC
precompilepkgs: package in boths deps and weakdeps are in fact only weak (#53649)
Tip revision: e618369
.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

# Builtkite: json test data
/test/results.json

# Buildkite: Ignore the unencrypted repo_key
repo_key

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