dsawardekar / wordpress.vim

Vim Plugin for WordPress Development
MIT License
166 stars 17 forks source link

add tags to .gitignore #6

Closed salcode closed 10 years ago

salcode commented 10 years ago

this is intended to avoid the repo becoming dirty when the help file doc/tags is autogenerated. I'm using Pathogen and using wordpress.vim as a git submodule, when I run :Helptags it generates doc/tags. As a note, I've noticed some of the other vim plugin repos I have as submodules are using a .gitignore file in this way.

dsawardekar commented 10 years ago

Good idea. Thanks!