Skip to content

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