Variable: projectile-global-ignore-file-patterns
projectile-global-ignore-file-patterns is an alias and customizable
for projectile-globally-ignored-file-regexps, defined in
projectile.el.
This variable is obsolete since 3.4.0; use
projectile-globally-ignored-file-regexps instead.
Value
nil
Documentation
A list of regexps matching files ignored by Projectile.
Unlike projectile-globally-ignored-files and
projectile-globally-ignored-directories, which speak gitignore
patterns, the entries here are Emacs regexps, matched against absolute
file names. They complement the pattern-based options; because they
can't be handed to an external tool, nor expressed as globs, they are
only applied by native indexing.
See also projectile-ignored-file-p and
projectile-ignored-directory-p.
Aliases
projectile-global-ignore-file-patterns (obsolete since 3.4.0)