mirror of
https://github.com/JuliaLang/julia.git
synced 2026-03-25 16:15:21 +00:00
Our docsystem has the ability to install a local working copy of documenter, complete with manifest/project and local depot to keep things isolated from user packages. I recently made all of this work out of tree, and in #58559 added the same mechanism for the installation of revise in test-revise-*. However, then I realized that the docsystem also has the ability to install a copy of Reivse. Clearly a third copy of all of this is excessive. Instead, unify all the manifests into `deps/jlutilities`, so that the same Revise project/manifest is used for both doc and test. Similarly, only use one depot at `buildroot/deps/jlutilities/depot` that both systems share.
55 lines
654 B
Plaintext
55 lines
654 B
Plaintext
/*.tar.gz
|
|
/tmp
|
|
/dist
|
|
/dist-extras
|
|
/julia
|
|
/julia.bat
|
|
/usr
|
|
/oprofile_data
|
|
/usr-staging
|
|
/Make.user
|
|
/julia-*
|
|
/deps/jlutilities/depot
|
|
/source-dist.tmp
|
|
/source-dist.tmp1
|
|
/test/results_*.json
|
|
/test/results_*.dat
|
|
/test/deps
|
|
|
|
*.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/*
|
|
.zed/*
|
|
*.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*
|