michaeljsmith / vim-indent-object

Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.
http://www.vim.org/scripts/script.php?script_id=3037
MIT License
747 stars 59 forks source link

Ignore Tags Generated by Pathogen #6

Closed pbyrne closed 13 years ago

pbyrne commented 13 years ago

When loading this plugin with Pathogen, I end up with the following in my git status because the tags file that gets automatically generated.

#   (commit or discard the untracked or modified content in submodules)
#
#   modified:   src/vim/bundle/indent-object (untracked content)

Ignoring the tags file, like I added in this commit and which I've seen in other projects, eliminates this.