Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore to add tags #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arcseldon
Copy link

/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. Noticed that many other 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.

`/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.
Noticed that many other vim plugins account for this, and add `tags` or `doc/tags` to their .gitignore files -
for example: [vim-fugitive](https://github.com/tpope/vim-fugitive/blob/master/.gitignore), [nerdcommenter](https://github.com/scrooloose/nerdcommenter/blob/master/.gitignore) or [tabular](https://github.com/godlygeek/tabular/blob/master/.gitignore).  Have about 60 plugins, and only 4 currently missing `tags` in their .gitignore - please consider accepting this PR.
@dfishburn
Copy link

Wish I could, I am the maintainer of the plugin, but this is mirrored into github, I have no access to it.

I post all the updates directly to Vim.org, not Github.

@arcseldon
Copy link
Author

Hi. Any update on getting this PR approved?

@arcseldon
Copy link
Author

@dfishburn - Hi. Who could get this request fulfilled? It is a pain, and messes up having a clean git status. The other plugins that were missing this, have now all accepted my PRs.. Really appreciate your last quick reply, but is there some other way to get the required .gitignore update done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants