[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: .gitignore: Ignore Emacs auto-save files.
From: |
Alex Kost |
Subject: |
02/02: .gitignore: Ignore Emacs auto-save files. |
Date: |
Sat, 13 May 2017 05:14:32 -0400 (EDT) |
alezost pushed a commit to branch master
in repository guix.
commit 498abb3ed1d7dcda3ffac15832eb1e25d08e9162
Author: ng0 <address@hidden>
Date: Wed May 3 23:36:17 2017 +0000
.gitignore: Ignore Emacs auto-save files.
* .gitignore: Add entries for temporary files created by Emacs.
Co-authored-by: Alex Kost <address@hidden>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 5086ae2..09dbde8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@
*.tar.xz
*.tmp
*~
+.#*
+\#*\#
,*
/ABOUT-NLS
/INSTALL