From: Paul Eggert Date: Sun, 2 Jun 2019 01:33:55 +0000 (-0700) Subject: Fix .gitignore spec for personal customizations X-Git-Tag: emacs-27.0.90~2724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ad5c4ac991bc2b35a4a92e22f17a5a73009d7bc;p=emacs.git Fix .gitignore spec for personal customizations Problem reported by Mauro Aranda (Bug#35945). * .gitignore: Replace .dir-locals?.el with .dir-locals-2.el. --- diff --git a/.gitignore b/.gitignore index 88b29760b74..e75df8b8b61 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'.