I keep ~/.emacs.d/
under version control with git. I used to gitignore the elpa/
directory, but recently started including it in case I ever want to rollback a package upgrade.
I just noticed an untracked directory on my work machine: ~/.emacs.d/elpa/gnupg/
. I'm not sure where it came from. I remember trying to set up a gnupg key at some point on this machine, but I don't know if that's the cause.
Should I gitignore it? I don't understand it's role well enough to say for sure.