]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix .gitignore spec for personal customizations
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jun 2019 01:33:55 +0000 (18:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jun 2019 01:33:55 +0000 (18:33 -0700)
Problem reported by Mauro Aranda (Bug#35945).
* .gitignore: Replace .dir-locals?.el with .dir-locals-2.el.

.gitignore

index 88b29760b7474cbc06958c191bc7851e01f1e185..e75df8b8b618167b414ee72e31b049a6a10b2377 100644 (file)
@@ -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'.