bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#35945: 27.0.50; .gitignore: Bad specification for .dir-locals-2.el f


From: Mauro Aranda
Subject: bug#35945: 27.0.50; .gitignore: Bad specification for .dir-locals-2.el file
Date: Tue, 28 May 2019 11:07:31 -0300

Hello.

In the Git repository, we have a .dir-locals.el tracked file.  According
to the Emacs manual, a .dir-locals-2.el file can be used for personal
customizations, and it is useful when .dir-locals.el is under VC.  So,
the .dir-locals-2.el file shouldn't be tracked.

But if I do the following in the Emacs Git repository:
$ touch .dir-locals-2.el
$ git status

I can see that .dir-locals-2.el is not ignored.

Best regards,
Mauro.

reply via email to

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