summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-10-17 18:34:35 -0700
committerJesse Luehrs <doy@tozt.net>2017-10-17 18:35:32 -0700
commit8249ef9d0fbadee2461a8a84145b4a80de40a01f (patch)
tree9787c0ba86ca512ec0a54299f115ba02ed5f0d2e /vimrc
parent242ee372ed3272d6219a2a62f77fefaf56916a46 (diff)
downloadconf-8249ef9d0fbadee2461a8a84145b4a80de40a01f.tar.gz
conf-8249ef9d0fbadee2461a8a84145b4a80de40a01f.zip
don't ignore 'target', it's pretty common
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index c928298..55321ee 100644
--- a/vimrc
+++ b/vimrc
@@ -769,8 +769,7 @@ endif
let rec_exclude = '\('
\. '\(^\|/\)\.\|'
\. '\~$\|'
- \. '\<\(__pycache__\|node_modules\|blib\|nytprof\|target\|'
- \. 'egg-info\)\|'
+ \. '\<\(__pycache__\|node_modules\|blib\|nytprof\|egg-info\)\|'
\. '\.\('
\. 'o\|exe\|dll\|bak\|orig\|swp\|bs\|pyc\|'
\. 'png\|jpg\|gif\|pdf\|doc\|d\|vsprops\|pbxproj\|sln'