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:
No GUI 2015-01-20 13:21:22 -07:00
parent 7e0e85bdda
commit 55341f4436

1
.gitignore vendored
View file

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