diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index bc96284375..9268977c2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +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 -/Gemfile.lock +.ruby-version +debug.log pkg +/.bundle /dist /doc/rdoc /*/doc |