浏览代码

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.)
pull/487/head^2
No GUI 11 年前
父节点
当前提交
55341f4436
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore 查看文件

@ -7,3 +7,4 @@
/libexec/*.dylib
/src/Makefile
/src/*.o
/gems

正在加载...
取消
保存