diff options
author | William Carroll <wpcarro@gmail.com> | 2019-12-23T09·44+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-06T15·25+0000 |
commit | f089cf9394074e411b4312e79f4860ce71f77120 (patch) | |
tree | 0d23e6b4c9722cd35e28f7b5313970cb9609d645 /.gitignore | |
parent | 6cf8517cabee6595e843ab0b77d5f5ab26bbe5c8 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 650e54087863..340ec5ec17eb 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 |