emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5ad5c4a: Fix .gitignore spec for personal customiza


From: Paul Eggert
Subject: [Emacs-diffs] master 5ad5c4a: Fix .gitignore spec for personal customizations
Date: Sat, 1 Jun 2019 21:34:01 -0400 (EDT)

branch: master
commit 5ad5c4ac991bc2b35a4a92e22f17a5a73009d7bc
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Fix .gitignore spec for personal customizations
    
    Problem reported by Mauro Aranda (Bug#35945).
    * .gitignore: Replace .dir-locals?.el with .dir-locals-2.el.
---
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 88b2976..e75df8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,9 @@
 # in Git 1.8.2 (March 2013).
 
 
+# Personal customization.
+.dir-locals-2.el
+
 # Built by 'autogen.sh'.
 /aclocal.m4
 /configure
@@ -256,7 +259,6 @@ gnustmp*
 ChangeLog
 [0-9]*.patch
 [0-9]*.txt
-.dir-locals?.el
 /vc-dwim-log-*
 
 # Built by 'make install'.



reply via email to

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