From 672a702e85b828d3fa9a9c8af7e0b927746a03f5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 17 Apr 2018 09:06:54 -0700 Subject: [emacs] Add a custom variable for the files ignored by projectile. --- emacs.d/config/config-env.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'emacs.d/config') diff --git a/emacs.d/config/config-env.el b/emacs.d/config/config-env.el index c945e0b..328914e 100644 --- a/emacs.d/config/config-env.el +++ b/emacs.d/config/config-env.el @@ -27,4 +27,15 @@ (defvar fcuny-path-emacs-elpa (expand-file-name "elpa" fcuny-path-emacs-var) "Path to elpa's local files.") +(defvar fcuny-projects-ignored-dirs + '(".git" ".svn" "target" + "elpa")) + +(defvar fcuny-projects-ignored-files + '(".DS_Store" + "*.pyc" + "*.jar" + "*.zip" "*.tar.gz" "*.tgz" "*.gz" + "TAGS")) + (provide 'config-env) -- cgit 1.4.1