https://github.com/JuliaLang/julia
Raw File
Tip revision: 2cef645412442c22d4dcedf96f802eaa4fde3d39 authored by Sacha Verweij on 09 November 2021, 00:06:29 UTC
Stop stripping git, github, and CI config files from source distributions.
Tip revision: 2cef645
.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
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*

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