emacs-configuration icon indicating copy to clipboard operation
emacs-configuration copied to clipboard

Ignore relative and glob files in projectile

Open humitos opened this issue 8 years ago • 2 comments

  • 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

humitos avatar Jan 26 '17 15:01 humitos

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 avatar Jun 12 '17 01:06 humitos

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.

humitos avatar Jul 06 '17 18:07 humitos