Skip to content

Commit

Permalink
add site-packages and .pyenv to file watch ignored directories (#4586)
Browse files Browse the repository at this point in the history
  • Loading branch information
haard authored Oct 14, 2024
1 parent 900a041 commit 8200fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ the server has requested that."
"[/\\\\]\\.build\\'"
;; Python
"[/\\\\]__pycache__\\'"
"[/\\\\]site-packages\\'"
"[/\\\\].pyenv\\'"
;; Autotools output
"[/\\\\]\\.deps\\'"
"[/\\\\]build-aux\\'"
Expand Down

0 comments on commit 8200fa1

Please sign in to comment.