From 9771968355d9ff605ed75054996f4bf1bf9c62d4 Mon Sep 17 00:00:00 2001 From: Christopher Warrington Date: Fri, 22 Jan 2016 14:57:28 -0800 Subject: [PATCH] Ignore default Emacs server auth dir The server-auth-dir is where Emacs stores authentication files for Emacs servers (running over TCP). These are (usually) ephemeral in nature, and should be ignored. --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index e5327bad..95e09eba 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -30,3 +30,6 @@ tramp # cask packages .cask/ + +# server auth directory +/server/