From f36feac5baae59d291c1f7a1e19de17795fc70eb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Sep 2012 21:38:08 +0530 Subject: [PATCH] ... --- session.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/session.vim b/session.vim index 1a94d6bf07..4b9dcb72c1 100644 --- a/session.vim +++ b/session.vim @@ -13,6 +13,8 @@ let g:syntastic_cpp_include_dirs = [ \] let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs +set wildignore+=resources/viewer/mathjax/** + fun! CalibreLog() " Setup buffers to edit the calibre changelog and version info prior to " making a release.