From 55341f4436c76640cfe4c775ebb1b990d604c3bc Mon Sep 17 00:00:00 2001 From: No GUI Date: Tue, 20 Jan 2015 13:21:22 -0700 Subject: [PATCH] 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.) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 84639e79..00f2f052 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /libexec/*.dylib /src/Makefile /src/*.o +/gems