diff --git a/counsel-projectile.el b/counsel-projectile.el index 30b4f37..cd1ae43 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -254,7 +254,7 @@ BUFFER may be a string or nil." (options (concat options " " (mapconcat (lambda (i) - (concat "--ignore-file " (shell-quote-argument i))) + (concat "--glob " (shell-quote-argument (concat "!" i)))) ignored " ")))) (counsel-rg nil