From cad75ecf6735e8a6cf53e7731f10c4da5ab934bc Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Mon, 7 Sep 2015 16:37:14 -0700 Subject: .gitignore: Ignore .ruby-version in any subdir --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c3cb009140..9268977c2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ # Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore. # Check out https://help.github.com/articles/ignoring-files for how to set that up. -debug.log .Gemfile -/.bundle -/.ruby-version +.ruby-version +debug.log pkg +/.bundle /dist /doc/rdoc /*/doc -- cgit v1.2.3