gitignore: Add emacs created files

  • Done
  • quality assurance status badge
Details
2 participants
  • Alex Kost
  • ng0
Owner
unassigned
Submitted by
ng0
Severity
normal

Debbugs page

N
(address . guix-patches@gnu.org)
20170504102526.mhaocregqxmyzpe5@abyayala
As a proposal for inclusion, this ignores files with the name
scheme #*#, like they are created by emacs in place when you
have set no global folder for such files.
--
From 4b3d9eb4e4ca471e6a826994ad73ce378e5051ac Mon Sep 17 00:00:00 2001
From: ng0 <ng0@no-reply.pragmatique.xyz>
Date: Wed, 3 May 2017 23:36:17 +0000
Subject: [PATCH 2/2] .gitignore: Add '#*#' to ignored files.

* .gitignore: Add entry for the above file which is created by editors.
---
.gitignore | 1 +
1 file changed, 1 insertion(+)

Toggle diff (11 lines)
diff --git a/.gitignore b/.gitignore
index 1fc22d7e9..f9dda0f99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+\#*\#
*.eps
*.go
*.log
--
2.12.2
A
A
Alex Kost wrote on 13 May 2017 02:16
(address . guix-patches@gnu.org)(name . ng0)(address . ng0@pragmatique.xyz)
87mvahxgjf.fsf@gmail.com
ng0 (2017-05-04 10:25 +0000) wrote:

Toggle quote (9 lines)
> As a proposal for inclusion, this ignores files with the name
> scheme #*#, like they are created by emacs in place when you
> have set no global folder for such files.

> From 4b3d9eb4e4ca471e6a826994ad73ce378e5051ac Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@no-reply.pragmatique.xyz>
> Date: Wed, 3 May 2017 23:36:17 +0000
> Subject: [PATCH 2/2] .gitignore: Add '#*#' to ignored files.

Committed¹, thanks! I have also added ".#*" line for the auto-save
files made by Emacs. The same is done in Emacs itself:



--
Alex
A
A
Alex Kost wrote on 13 May 2017 02:17
control message for bug #26774
(address . control@debbugs.gnu.org)
87lgq1xgie.fsf@gmail.com
tags 26774 fixed
close 26774
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26774@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26774
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch