rhysd / conflict-marker.vim

Weapon to fight against conflicts in Vim.
488 stars 18 forks source link

.gitignore tags files, and run CI on trusty rather than xenial #9

Closed cxw42 closed 4 years ago

cxw42 commented 4 years ago

When I run :helptags, it creates doc/tags, and that file dirties the repo. This just adds tags to the .gitignore. Thanks for this tool, and for considering this PR!

Edit Also changes the Travis to trusty to fix CI failures.

cxw42 commented 4 years ago

Hmmm... the CI failure for c5d6eb2 is in the harness, and it's on xenial. I added dist: trusty to the .travis.yml and that fixed it.