guns / xterm-color-table.vim

All 256 xterm colors with their RGB equivalents, right in Vim!
http://github.com/guns/xterm-color-table.vim
384 stars 37 forks source link

Ignore vim help tags #4

Closed chrishunt closed 11 years ago

chrishunt commented 11 years ago

Ignore 'em!

guns commented 11 years ago

Hi @chrishunt,

Thank you for your patch, but I believe that ignoring the tags file is better set in the global gitignore. For instance, I enjoy checking my vim tag files into my dotfiles repo, so ignoring them here would make my process a little more complicated. OTOH, you could ignore doc/tags or tags in your user .gitignore and ignore them for all repositories.

xterm-color-table will get some love eventually, but in the meantime I am open to other patches!

chrishunt commented 11 years ago

Closed! Thanks for the recommendation.