humitos/emacs-configuration

Ignore relative and glob files in projectile

Opened this issue · 2 comments

I'm trying something like this

(setq projectile-git-ignored-command "git ls-files -z --cached --others --ignored --exclude-standard --exclude-from='/home/humitos/.emacs.d/.projectile'")
(setq projectile-git-command "git ls-files -z --cached --others --exclude-standard --exclude-from='/home/humitos/.emacs.d/.projectile'")

Maybe this is the problem here:

;; the command helm-projects-find-file does a locate in these directories
(setq helm-locate-project-list
'("~/mozio/mozio"
"~/mozio/ondemand"
"~/mozio/mozio-commons"
"~/mozio/data-entry"
))

I'm using locate I think for those projects.