Skip to content

Commit

Permalink
Add GPG configuration to Git
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowley committed Apr 29, 2014
1 parent 0799f88 commit 9d2a08e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@
!.gemrc
!.gitconfig
!.gitignore
!.gnupg
!.profile
!.profile.d
!.ssh
Expand Down
3 changes: 3 additions & 0 deletions .gnupg/.gitignore
@@ -0,0 +1,3 @@
*
!.gitignore
!*.conf
5 changes: 5 additions & 0 deletions .gnupg/gpg.conf
@@ -0,0 +1,5 @@
charset utf-8
default-key 53D2F050
default-recipient-self
keyserver hkp://pgp.mit.edu
use-agent

0 comments on commit 9d2a08e

Please sign in to comment.