ecomba / vim-ruby-refactoring

Refactoring tool for Ruby in vim!
520 stars 52 forks source link

Ignore generated doc tags for pathogen users #37

Closed sheldonh closed 12 years ago

sheldonh commented 12 years ago

I keep my vim configs in a git repo and use pathogen to load vim-ruby-refactoring. But once vim has generated doc/tags in vim-ruby-refactoring/plugin, git status in my repo complains about uncommitted changes in the submodule.

Would you consider adding doc/tags to your .gitignore so that your repo works nicely as a submodule?

ecomba commented 12 years ago

Thanks a lot for the idea, I like it :)