all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@pragmatique.xyz>
To: 26774@debbugs.gnu.org
Subject: bug#26774: gitignore: Add emacs created files
Date: Thu, 4 May 2017 10:25:26 +0000	[thread overview]
Message-ID: <20170504102526.mhaocregqxmyzpe5@abyayala> (raw)

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

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.
-- 
https://pragmatique.xyz
PGP: https://people.pragmatique.xyz/ng0/

[-- Attachment #2: 0002-.gitignore-Add-to-ignored-files.patch --]
[-- Type: text/plain, Size: 520 bytes --]

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(+)

diff --git a/.gitignore b/.gitignore
index 1fc22d7e9..f9dda0f99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+\#*\#
 *.eps
 *.go
 *.log
-- 
2.12.2


             reply	other threads:[~2017-05-04 10:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-04 10:25 ng0 [this message]
2017-05-13  9:16 ` bug#26774: gitignore: Add emacs created files Alex Kost

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=20170504102526.mhaocregqxmyzpe5@abyayala \
    --to=ng0@pragmatique.xyz \
    --cc=26774@debbugs.gnu.org \
    /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/guix.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.