Skip to content

Commit

Permalink
add site-packages and .pyenv to file watch ignored directories
Browse files Browse the repository at this point in the history
  • Loading branch information
haard authored Oct 14, 2024
1 parent 1b13d7c commit 9fcd5b5
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 @@ -372,6 +372,8 @@ the server has requested that."
"[/\\\\]\\.build\\'"
;; Python
"[/\\\\]__pycache__\\'"
"[/\\\\]site-packages\\'"
"[/\\\\].pyenv\\'"
;; Autotools output
"[/\\\\]\\.deps\\'"
"[/\\\\]build-aux\\'"
Expand Down

0 comments on commit 9fcd5b5

Please sign in to comment.