mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 15:31:26 +09:00
Include gems dir in .gitignore
Since communal-gems is maintainer-approved, thought it would be useful to include the directory it uses in the ignore list. (This also helps me, since I install rbenv as submodule and without this entry, the submodule is perpetually marked dirty.)
This commit is contained in:
parent
7e0e85bdda
commit
55341f4436
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libexec/*.dylib
|
||||
/src/Makefile
|
||||
/src/*.o
|
||||
/gems
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user