From c9b5ad6ecb9079351d69e23288e9b225b784d2c9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Oct 2015 14:45:51 -0700 Subject: [PATCH] ignore go-build for projectile --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 0e7e6940..d9f581df 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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)