Added touch .nobackup
This commit is contained in:
parent
33a75d4052
commit
f88247207e
@ -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 -
|
||||||
|
Loading…
Reference in New Issue
Block a user