diff --git a/lsp-mode.el b/lsp-mode.el index 828d63f590e..6028c52ecbc 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -505,7 +505,10 @@ the server has requested that." "[/\\\\]\\.deps\\'" "[/\\\\]build-aux\\'" "[/\\\\]autom4te.cache\\'" - "[/\\\\]\\.reference\\'") + "[/\\\\]\\.reference\\'" + ;; .Net Core build-output + "[/\\\\]bin/Debug\\'" + "[/\\\\]obj\\'") "List of regexps matching directory paths which won't be monitored when creating file watches." :group 'lsp-mode :type '(repeat string)