emacs-configuration
emacs-configuration copied to clipboard
Ignore relative and glob files in projectile
- http://emacs.stackexchange.com/questions/16948/ignoring-files-in-projectile/19592#19592
- https://github.com/bbatsov/projectile/issues/740
- https://github.com/bbatsov/projectile/issues/1109
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: https://github.com/humitos/emacs-configuration/blob/9e2859be0228162f8994e2750e4b92b3fcb49bed/startup.d/helm.el#L71-L77
I'm using locate I think for those projects.