diff options
author | Jeremy Daer <jeremydaer@gmail.com> | 2015-09-07 16:37:14 -0700 |
---|---|---|
committer | Jeremy Daer <jeremydaer@gmail.com> | 2015-09-07 16:37:14 -0700 |
commit | cad75ecf6735e8a6cf53e7731f10c4da5ab934bc (patch) | |
tree | 9dd0a19c8fed4e8f2d6d77b0bef9ccff12b794c6 | |
parent | d1ce45cd8c77bea3c5b7d197a66f172ffcd5e6a6 (diff) | |
download | rails-cad75ecf6735e8a6cf53e7731f10c4da5ab934bc.tar.gz rails-cad75ecf6735e8a6cf53e7731f10c4da5ab934bc.tar.bz2 rails-cad75ecf6735e8a6cf53e7731f10c4da5ab934bc.zip |
.gitignore: Ignore .ruby-version in any subdir
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
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 |