Added touch .nobackup

This commit is contained in:
Austen Adler 2016-01-10 03:25:01 -05:00
parent 33a75d4052
commit f88247207e

View File

@ -5,6 +5,7 @@ echo -n "Press enter to continue..."
read a read a
mkdir ~/ycm_build mkdir ~/ycm_build
cd ~/ycm_build cd ~/ycm_build
touch .nobackup
cmake -G "Unix Makefiles" . ~/.vim/plugged/YouCompleteMe/third_party/ycmd/cpp cmake -G "Unix Makefiles" . ~/.vim/plugged/YouCompleteMe/third_party/ycmd/cpp
make ycm_support_libs make ycm_support_libs
cd - cd -