no need to save xcode's deriveddata dir

pull/1/head
Jeffrey Paul 13 years ago
parent 4457125f26
commit 2af6453683
  1. 1
      osxbackup/backup.command
  2. 3
      vimrc/sneak.vimrc

@ -37,6 +37,7 @@ RE+=" --exclude=/Library/Mail/"
RE+=" --exclude=/Library/Mail?Downloads/"
RE+=" --exclude=/Library/Application?Support/SecondLife/cache/"
RE+=" --exclude=/Library/Caches/"
RE+=" --exclude=/Library/Developer/Xcode/DerivedData/"
RE+=" --exclude=/Library/iTunes/iPhone?Software?Updates/"
RE+=" --exclude=/Library/iTunes/iPad?Software?Updates/"
RE+=" --exclude=/Pictures/iPod?Photo?Cache/"

@ -60,8 +60,9 @@ set hlsearch
map N Nzz
map n nzz
map _t :TlistToggle<cr>
" map _t :TlistToggle<cr>
colorscheme koehler
set cul
"hi CursorLine term=none cterm=none ctermbg=none
"set t_Co=256

Loading…
Cancel
Save