Revision af56fc836e488709596ddcafcc83e4bc52d49624 authored by DilumAluthgeBot on 22 October 2021, 04:02:57 UTC, committed by GitHub on 22 October 2021, 04:02:57 UTC
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent af56a34
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/*
back to top