From f089cf9394074e411b4312e79f4860ce71f77120 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 23 Dec 2019 09:44:57 +0000 Subject: [PATCH] Ignore .gnupg/random_seed I'm not actually sure if this is sensitive information, but I'm erring on the side of caution and ignoring it in case it is. squash! Ignore .gnupg/random_seed --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 650e54087..340ec5ec1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ **/*/.emacs.d/request **/*/.emacs.d/network-security.data **/*/.emacs.d/smex-items +**/*/.gnupg/random_seed .netrwhist Vundle.vim **/*/.emacs.d/custom.el