From 9fcd5b515977ffa5cf3c14f7a21f13726d4cea26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=A5=C3=A5rd?= Date: Mon, 14 Oct 2024 10:02:35 +0200 Subject: [PATCH] add site-packages and .pyenv to file watch ignored directories --- lsp-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lsp-mode.el b/lsp-mode.el index fbe3dc7d79..ba14afc9c4 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -372,6 +372,8 @@ the server has requested that." "[/\\\\]\\.build\\'" ;; Python "[/\\\\]__pycache__\\'" + "[/\\\\]site-packages\\'" + "[/\\\\].pyenv\\'" ;; Autotools output "[/\\\\]\\.deps\\'" "[/\\\\]build-aux\\'"