branch: elpa/projectile
commit fc7450cefe58572d50ebadc793701590aa38ef1f
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    [Fix #1804] Add *scratch* and *lsp-log* to 
projectile-globally-ignored-buffers
---
 projectile.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/projectile.el b/projectile.el
index 52493cac02..81dc4e5dd6 100644
--- a/projectile.el
+++ b/projectile.el
@@ -455,7 +455,9 @@ it for functions working with buffers."
   :group 'projectile
   :type '(repeat string))
 
-(defcustom projectile-globally-ignored-buffers nil
+(defcustom projectile-globally-ignored-buffers
+  '("*scratch*"
+    "*lsp-log*")
   "A list of buffer-names ignored by projectile.
 
 You can use either exact buffer names or regular expressions.

Reply via email to