From 5f7c33650a780df5e8b8024c719530d33ed6d941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galder=20Zamarre=C3=B1o?= Date: Thu, 10 Aug 2017 08:44:52 +0200 Subject: [PATCH] Ignore network-security.data file * This file is a temporary file used by Emacs Network Security Manager. It keeps details about connections. Such file should be ignored and never committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c58fc0..ee058f6 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ tramp /var/pcache .emacs.desktop .emacs.desktop.lock +network-security.data