summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-15 15:35:35 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-15 15:35:52 -0400
commit8fec9469e1ab8d89fb9badd3ae1e646fcbec53a5 (patch)
tree9e2c3a3c8c29ffe3e9b3e416ea6311945d1ad295
parent6dbe2907075fea8042814dfa565796d48b244581 (diff)
downloadconf-8fec9469e1ab8d89fb9badd3ae1e646fcbec53a5.tar.gz
conf-8fec9469e1ab8d89fb9badd3ae1e646fcbec53a5.zip
don't show compiled python stuff in 't'
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index ecc4445..89ec6b7 100644
--- a/vimrc
+++ b/vimrc
@@ -728,9 +728,9 @@ endif
let rec_exclude = '\('
\. '\(^\|/\)\.\|'
\. '\~$\|'
- \. '\<\(node_modules\|blib\|nytprof\|project\|target\)\|'
+ \. '\<\(__pycache__\|node_modules\|blib\|nytprof\|project\|target\)\|'
\. '\.\('
- \. 'o\|exe\|dll\|bak\|orig\|swp\|bs\|'
+ \. 'o\|exe\|dll\|bak\|orig\|swp\|bs\|pyc\|'
\. 'png\|jpg\|gif\|pdf\|doc\|d\|vsprops\|pbxproj\|sln'
\. '\)$'
\. '\)'