From 35008664fd826c4b7b7dd909d3871af5a6a92baa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 22 Jan 2016 19:28:30 -0500 Subject: [PATCH] Add org export/attach folders to projectile ignored dirs --- core/core-helm.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-helm.el b/core/core-helm.el index 226dbcede..46904b381 100644 --- a/core/core-helm.el +++ b/core/core-helm.el @@ -93,6 +93,8 @@ (add-to-list 'projectile-globally-ignored-files "ido.last") (add-to-list 'projectile-globally-ignored-directories "assets") + (add-to-list 'projectile-globally-ignored-directories ".export") + (add-to-list 'projectile-globally-ignored-directories ".attach") (add-to-list 'projectile-other-file-alist '("scss" "css")) (add-to-list 'projectile-other-file-alist '("css" "scss"))