https://github.com/JuliaLang/julia
Revision 494420c6b65ae70b0ea7c5a7b95108c58f6005f1 authored by Keno Fischer on 09 March 2024, 00:21:34 UTC, committed by Keno Fischer on 13 March 2024, 07:33:43 UTC
1 parent 1a47679
Raw File
Tip revision: 494420c6b65ae70b0ea7c5a7b95108c58f6005f1 authored by Keno Fischer on 09 March 2024, 00:21:34 UTC
Don't strip hygienic scope in doc macro
Tip revision: 494420c
.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