This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
rbenv
Watch
1
Star
0
Fork
You've already forked rbenv
0
mirror of
https://github.com/rbenv/rbenv.git
synced
2025-01-01 06:37:11 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
302b317b89
rbenv
/
.gitignore
9 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
Add /plugins to .gitignore
2011-09-28 16:46:17 +02:00
/plugins
Ignore local files
2011-08-02 22:25:37 +02:00
/shims
Global version file is now `${RBENV_ROOT}/version` This is the last time it'll change. Promise.
2011-09-28 16:45:58 +02:00
/version
/versions
Added 'sources' to the Git ignores.
2013-01-09 22:45:08 +01:00
/sources
ignore cache directory used by ruby-build
2013-11-25 04:59:23 +01: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 21:25:18 +01:00
/libexec/*.dylib
/src/*.o
Reference in a new issue
Copy permalink