From f88247207e8a02da9923b64f4a93a10e6c72f7fe Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 10 Jan 2016 03:25:01 -0500 Subject: [PATCH] Added touch .nobackup --- scripts/youcompleteme.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/youcompleteme.sh b/scripts/youcompleteme.sh index d2c7c7d..afe6682 100755 --- a/scripts/youcompleteme.sh +++ b/scripts/youcompleteme.sh @@ -5,6 +5,7 @@ echo -n "Press enter to continue..." read a mkdir ~/ycm_build cd ~/ycm_build +touch .nobackup cmake -G "Unix Makefiles" . ~/.vim/plugged/YouCompleteMe/third_party/ycmd/cpp make ycm_support_libs cd -