all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Mauro Aranda <maurooaranda@gmail.com>
Cc: 35945-done@debbugs.gnu.org
Subject: bug#35945: 27.0.50; .gitignore: Bad specification for .dir-locals-2.el file
Date: Sat, 1 Jun 2019 18:36:17 -0700	[thread overview]
Message-ID: <77e9b662-1320-6367-bb5b-7a9e9f74aa40@cs.ucla.edu> (raw)
In-Reply-To: <CABczVwfW3PYR43YTO_XSdZzf+6yJDKJ3rU26pPQ83MZK4Cr9cA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 70 bytes --]

Thanks for reporting the problem; I installed the attached to fix it.

[-- Attachment #2: 0001-Fix-.gitignore-spec-for-personal-customizations.patch --]
[-- Type: text/x-patch, Size: 792 bytes --]

From 5ad5c4ac991bc2b35a4a92e22f17a5a73009d7bc Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sat, 1 Jun 2019 18:33:55 -0700
Subject: [PATCH] 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 88b29760b7..e75df8b8b6 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'.
-- 
2.17.1


      reply	other threads:[~2019-06-02  1:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 14:07 bug#35945: 27.0.50; .gitignore: Bad specification for .dir-locals-2.el file Mauro Aranda
2019-06-02  1:36 ` Paul Eggert [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=77e9b662-1320-6367-bb5b-7a9e9f74aa40@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=35945-done@debbugs.gnu.org \
    --cc=maurooaranda@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.