Revision 981f3d21fba35045bea3f53a09bdcdc827eab6d2 authored by Jameson Nash on 14 October 2022, 16:33:59 UTC, committed by GitHub on 14 October 2022, 16:33:59 UTC
Particularly relevant for COLUMNS being narrow for some cases, or the
kernel being configured with small IO buffers, or both. Or someone
setting a particularly long path for TMPDIR. Or so on.
1 parent f424431
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