diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-11-14 12:37:28 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-11-14 13:18:29 +1300 |
commit | 00bf3e83909df7162343224b6edc659e1d7231d5 (patch) | |
tree | 7750c33fde68fd079d0f5e9da874fd502a02c3ba /.gitignore | |
parent | Merge branch 'release/v0.17.0' into develop (diff) | |
download | dotfiles-00bf3e83909df7162343224b6edc659e1d7231d5.tar.gz dotfiles-00bf3e83909df7162343224b6edc659e1d7231d5.zip |
Add Makefile targets for Vim plugin dists
This is just an experiment to see how well an automated process can make
independently distributable versioned tarballs of my Vim plugins.
These are not part of the default `all` or `install` target. They create
distribution vim-$name-$ver.tar.gz files in vim/dist.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,3 +166,4 @@ gnupg/gpg.conf gnupg/gpg.conf.m4 include/mktd.m4 urxvt/ext/select +vim/dist |