Revision 636a136f7130aae8e11a8ac546e6769aecfec9b5 authored by DilumAluthgeBot on 31 October 2021, 23:35:29 UTC, committed by GitHub on 31 October 2021, 23:35:29 UTC
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent 6f55bf9
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: cryptic plugin
# Ignore the unencrypted repo_key
repo_key
# Ignore any agent keys (public or private) we have stored
agent_key*
back to top