aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el30
1 files changed, 15 insertions, 15 deletions
diff --git a/projectile.el b/projectile.el
index 37c5e9b..cb5b58e 100644
--- a/projectile.el
+++ b/projectile.el
@@ -396,23 +396,23 @@ is set to 'alien'."
:type '(repeat string))
(defcustom projectile-globally-ignored-directories
- '(".idea"
- ".vscode"
- ".ensime_cache"
- ".eunit"
- ".git"
- ".hg"
- ".fslckout"
+ '("\\.idea"
+ "\\.vscode"
+ "\\.ensime_cache"
+ "\\.eunit"
+ "\\.git"
+ "\\.hg"
+ "\\.fslckout"
"_FOSSIL_"
- ".bzr"
+ "\\.bzr"
"_darcs"
- ".pijul"
- ".tox"
- ".svn"
- ".stack-work"
- ".ccls-cache"
- ".cache"
- ".clangd")
+ "\\.pijul"
+ "\\.tox"
+ "\\.svn"
+ "\\.stack-work"
+ "\\.ccls-cache"
+ "\\.cache"
+ "\\.clangd")
"A list of directories globally ignored by projectile.
Regular expressions can be used.