Revision 4a19b753804ed0b06fab9681309941862eaa7227 authored by Jonas Schulze on 13 April 2021, 08:31:47 UTC, committed by GitHub on 13 April 2021, 08:31:47 UTC
* `k` to move up
* `j` to move down
* `<space>` as an alternative to `<enter>`
1 parent 2ba139c
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
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
back to top