diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-06-01 18:33:55 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-06-01 18:33:55 -0700 |
commit | 5ad5c4ac991bc2b35a4a92e22f17a5a73009d7bc (patch) | |
tree | 0a458726e5e3b881a2676bc8feeeb0296fd04aaa /.gitignore | |
parent | bee3cc604dcbe13e0057fe0ec5621ec503979937 (diff) | |
download | emacs-5ad5c4ac991bc2b35a4a92e22f17a5a73009d7bc.tar.gz |
Fix .gitignore spec for personal customizations
Problem reported by Mauro Aranda (Bug#35945).
* .gitignore: Replace .dir-locals?.el with .dir-locals-2.el.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
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'. |