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

add .gitignore to exclude doc/tags #1

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

Conversation

takedawilliam
Copy link

When using the plugin, Vim automatically created doc/tags to store help information.

In the below scenario, dotfiles is where the main git repo locates. In case users use

git submodule add plugin_repo_link vim/bundle/loremipsum

they cannot perform git commit in dotfiles. The following message is displayed when doing git status

modified: vim/bundle/loremipsum (untracked content)

The directory tree
dotfiles
├── README.md
├── _vimrc
└── vim
   ├── autoload
   ├── bundle
   │   ├── loremipsum
   │   │   ├── README
   │   │   ├── autoload
   │   │   ├── doc
   │   │   └── plugin
   ├── colors
   ├── plugin
   └── sessions

@takedawilliam takedawilliam changed the title add .gitignore to excluse doc/tags add .gitignore to exclude doc/tags Nov 3, 2014
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.

1 participant