emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy e133963 125/133: Default exclude value for D


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy e133963 125/133: Default exclude value for DirectoryVariables now matches only .dir-locals.el
Date: Sat, 27 Mar 2021 14:48:57 -0400 (EDT)

branch: externals/ssh-deploy
commit e1339636d2be9c18b6a5bcd7ebb7ef6723c02724
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Default exclude value for DirectoryVariables now matches only .dir-locals.el
---
 ssh-deploy.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 537e992..9af98da 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -5,8 +5,8 @@
 ;; Author: Christian Johansson <christian@cvj.se>
 ;; Maintainer: Christian Johansson <christian@cvj.se>
 ;; Created: 5 Jul 2016
-;; Modified: 4 Sep 2019
-;; Version: 3.1.7
+;; Modified: 6 Sep 2019
+;; Version: 3.1.8
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
@@ -208,8 +208,8 @@
 (put 'ssh-deploy-automatically-detect-remote-changes 'permanent-local t)
 (put 'ssh-deploy-automatically-detect-remote-changes 'safe-local-variable 
'integerp)
 
-(defcustom ssh-deploy-exclude-list '("\\\.git/" ".dir-locals.el")
-  "List of strings that if found in file name will exclude it from sync, 
'(\"/.git\"/' \".dir-locals.el\") by default."
+(defcustom ssh-deploy-exclude-list '("\\\.git/" "\\\.dir-locals\\\.el")
+  "List of strings that if found in file name will exclude it from sync."
   :type 'list)
 (put 'ssh-deploy-exclude-list 'permanent-local t)
 (put 'ssh-deploy-exclude-list 'safe-local-variable 'listp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]