stefandtw / quickfix-reflector.vim

Change code right in the quickfix window
MIT License
340 stars 19 forks source link

Update .gitignore to add tags #23

Closed arcseldon closed 6 years ago

arcseldon commented 6 years ago

/doc/tags gets auto-created upon plugin install (i am using Vundle plugin manager, believe this is vim behaviour). When using git submodules, the existence of doc/tags causes git errors indicating untracked content. Many vim plugins account for this, and add tags or doc/tags to their .gitignore files - for example: vim-fugitive, nerdcommenter or tabular. Have about 60 plugins, and only 4 currently missing tags in their .gitignore - please consider accepting this PR.

stefandtw commented 6 years ago

Sure, thanks for the PR!