lib/bently/recipe/gitignore-vim.rb in bently-1.0.0 vs lib/bently/recipe/gitignore-vim.rb in bently-1.0.1

- old
+ new

@@ -3,20 +3,10 @@ class GitignoreVim < Recipe homepage 'https://github.com/github/gitignore/blob/master/Global/vim.gitignore' def initialize - append '.gitignore', gitignore - end - - protected - - def gitignore -%{.*.s[a-w][a-z] -*.un~ -Session.vim -.netrwhist -*~} + append '.gitignore', template('.gitignore') end end end