aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill A. Korinsky <kirill@korins.ky>2024-09-07 22:31:07 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2024-10-09 13:52:47 +0200
commit41f8a8e7bdc50467256af632108989b5c980cd56 (patch)
tree2f06cb697f10fa82deaa8ceff5b3f8660973bc81
parent002e52769e5fda5e03fb9069ae02b2d3763c92e8 (diff)
Ignore `CVS` by default
-rw-r--r--projectile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/projectile.el b/projectile.el
index 13e4240..457f2a0 100644
--- a/projectile.el
+++ b/projectile.el
@@ -425,6 +425,7 @@ is set to `alien'."
"^\\.ccls-cache$"
"^\\.cache$"
"^\\.clangd$"
+ "*CVS"
"^\\.sl$"
"^\\.jj$")
"A list of directories globally ignored by projectile.