diff options
| author | Kirill A. Korinsky <kirill@korins.ky> | 2024-09-07 22:31:07 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-10-09 13:52:47 +0200 |
| commit | 41f8a8e7bdc50467256af632108989b5c980cd56 (patch) | |
| tree | 2f06cb697f10fa82deaa8ceff5b3f8660973bc81 | |
| parent | 002e52769e5fda5e03fb9069ae02b2d3763c92e8 (diff) | |
Ignore `CVS` by default
| -rw-r--r-- | projectile.el | 1 |
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. |
