ignore go-build for projectile

This commit is contained in:
Ivan Malison 2015-10-19 14:45:51 -07:00
parent 7d31a92125
commit c9b5ad6ecb

View File

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