guns / vim-sexp

Precision Editing for S-expressions
MIT License
612 stars 33 forks source link

Ignore help tags #8

Closed eraserhd closed 9 years ago

eraserhd commented 9 years ago

If you use vim-sexp by way of pathogen.vim and run :Helptags, and you store your plugins as submodules of a git repository which contains all of your dot files (see the homesick ruby gem), then you see a very annoying "vimfiles/bundle/vim-sexp (changed content)" in the git status. This fixes.

guns commented 9 years ago

Hi @eraserhd, thanks for reporting!

IMHO, ignoring tag files is better handled in a user's global gitignore file, rather than having an entry in every project. I actually prefer to check my tag files into my dotfile repository for instance.

Hope that makes sense!