Variable: projectile-svn-ignored-command
projectile-svn-ignored-command is a customizable variable defined in
projectile.el.
Value
"svn status --no-ignore | grep '^I' | cut -c9- | tr '\\n' '\\0'"
Documentation
Command used by projectile to get the ignored files in a svn project.
This variable was added, or its default value changed, in projectile version 2.10.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-svn-ignored-command "svn status --no-ignore | grep '^I' | cut -c9- | tr '\\n' '\\0'"
"Command used by projectile to get the ignored files in a svn project."
:group 'projectile
:type 'string
:package-version '(projectile . "2.10.0"))