(address . guix-patches@gnu.org)
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