sponsor Vim development Vim logo Vim Book Ad

wildignore.vim : A simple plugin that reads wildignore patterns from a file

 script karma  Rating 13/4, Downloaded by 1587  Comments, bugs, improvements  Vim wiki

created by
Steven Stallion
 
script type
utility
 
description
A simple plugin that reads wildignore patterns from a file. By default, patterns are read from the wildignore file in runtimepath.

The syntax for pattern files is straightforward:

    pattern1,pattern2
    pattern3

    " Empty lines and comments are permitted
    pattern4

Inspiration for this script was drawn from Adam Bellaire's excellent gitignore plugin.
 
install details
Download and copy wildignore.vim to $HOME/.vim/plugins.

To install via pathogen.vim, issue:

    $ cd $HOME/.vim/bundle
    $ git clone git://github.com/sstallion/vim-wildignore.git
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
wildignore.vim 1.2 2016-08-08 7.3 Steven Stallion Check for +wildignore feature
wildignore.vim 1.1 2016-08-04 7.3 Steven Stallion Adjusted default fname behavior
wildignore.vim 1.0 2016-08-03 7.3 Steven Stallion Initial upload
ip used for rating: 18.226.251.68

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github