projectile ignore godeps and thrift binaries globally

This commit is contained in:
Ivan Malison 2015-10-12 12:51:09 -07:00
parent b306cf6e90
commit a4e452f110

View File

@ -1657,6 +1657,8 @@ window is active in the perspective."
(projectile-global-mode)
(setq projectile-enable-caching t)
(setq projectile-completion-system 'helm)
(add-to-list 'projectile-globally-ignored-files "Godeps")
(add-to-list 'projectile-globally-ignored-files "thrift-binaries")
(helm-projectile-on)
(diminish 'projectile-mode)
(unbind-key "C-c p S" projectile-command-map)