From e61c20ac1dba7a02dab89f67685e9ceebbfc7891 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Wed, 25 May 2011 19:49:20 +0200 Subject: [PATCH] Ignore emacs auto-save files (.# prefix) The behavior is documented in [1]. The prefix doesn't seem to be documented, but it is hardoced as described in [2]. [1]: http://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html#Interlocking [2]: http://tekman.livejournal.com/79598.html --- Global/Emacs.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index a5eec223..03f1bf3b 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -5,3 +5,4 @@ .elc auto-save-list tramp +.\#*