humitos / emacs-configuration

All my Emacs' configuration
25 stars 4 forks source link

Ignore relative and glob files in projectile #18

Open humitos opened 7 years ago

humitos commented 7 years ago
humitos commented 7 years ago

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'")
humitos commented 7 years ago

Maybe this is the problem here: https://github.com/humitos/emacs-configuration/blob/9e2859be0228162f8994e2750e4b92b3fcb49bed/startup.d/helm.el#L71-L77

I'm using locate I think for those projects.