update install script to ignore install script

This commit is contained in:
2017-10-09 21:28:35 -07:00
parent 0b39715363
commit cdec63f8ef

View File

@@ -6,4 +6,4 @@ git submodule update;
cd .vim/bundle/vimproc.vim && make && cd ../../..
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;
rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;