From 1463396fa6c60a0bfc0324a2ce78814289b4b8cc Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 5 Sep 2014 08:29:08 -0300 Subject: [PATCH] moved the wildignore to its proper place, as it affects more than just ctrlp --- configs/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/vimrc b/configs/vimrc index 39e702f..bd3ca32 100644 --- a/configs/vimrc +++ b/configs/vimrc @@ -189,6 +189,9 @@ au FileType mail setlocal spell spelllang=en " JavaScript (who though those were "good" defaults?) au FileType javascript setlocal expandtab tabstop=2 sw=2 sts=2 textwidth=0 +" Files that should be ignored in most file operations +set wildignore+=*/build/*,*.egginfo,*.pyc,*.mo,*/dist/* + " ---------------------------------------------------------------------- " mapings " ----------------------------------------------------------------------