From c2b2e5054524b3e50e6b5d5da508649683848d95 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Mar 2013 02:29:52 -0700 Subject: [PATCH] added .emacs.desktop to gitignore. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f250f687..373bd88d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ Thumbs.db # Files that might appear on external disks .Spotlight-V100 -.Trashes \ No newline at end of file +.Trashes + +.emacs.desktop \ No newline at end of file