This website requires JavaScript.
Explore
Help
Sign in
github
/
pyenv
Watch
1
Star
0
Fork
You've already forked pyenv
0
mirror of
https://github.com/pyenv/pyenv.git
synced
2024-11-21 20:47:00 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
68b92a7f5d
pyenv
/
.gitignore
9 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
Add /plugins to .gitignore
2011-09-28 10:46:17 -04:00
/plugins
Ignore local files
2011-08-02 16:25:37 -04:00
/shims
Global version file is now `${RBENV_ROOT}/version` This is the last time it'll change. Promise.
2011-09-28 10:45:58 -04:00
/version
/versions
Added 'sources' to the Git ignores.
2013-01-09 16:45:08 -05:00
/sources
ignore cache directory used by ruby-build
2013-11-24 22:59:23 -05:00
/cache
Speed up `realpath()` with dynamically loaded C extension On systems that support both C compiling and dynamic loading, we can speed up `realpath()` (where most time in rbenv is spent) by replacing it with a dynamically loaded bash builtin. When `make -C src` is called in the project's root, `libexec/rbenv-realpath.dylib` will be created. If it exists, rbenv will attempt to load it as a builtin command. If it fails, execution will fall back to the old `realpath()` shell function.
2014-01-03 15:25:18 -05:00
/libexec/*.dylib
/src/*.o
Reference in a new issue
Copy permalink