diff options
author | Werner Koch <[email protected]> | 2011-08-04 14:23:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-08-04 14:23:09 +0000 |
commit | a7585eeabebf61aaa3209a893892b779b3447df9 (patch) | |
tree | 54d7f45faf41bb1ca266cadce0206f75e67cd440 /.gitignore | |
parent | New option --ssh-fpr for the agent:KEYINFO command (diff) | |
download | gnupg-2.0.18.tar.gz gnupg-2.0.18.zip |
Prepare for the 2.0.18 release.gnupg-2.0.18
Copied texi files from master.
Updated de.po.
Added more file to gitignore.
Removed the large PKITS tarball.
General release preparations.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eb3806e9c..f1afc9c57 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ po/[email protected] po/stamp-po +po/remove-potcdate.sed agent/gpg-agent agent/gpg-preset-passphrase agent/gpg-protect-tool @@ -45,6 +46,7 @@ common/t-percent common/t-session-env common/t-sexputil common/t-sysutils +common/t-ssh-utils doc/addgnupghome.8 doc/applygnupgdefaults.8 doc/faq.html @@ -104,6 +106,11 @@ tests/openpgp/pubring.gpg tests/openpgp/pubring.pkr tests/openpgp/secring.gpg tests/openpgp/secring.skr +tests/openpgp/*.log +tests/openpgp/trustdb.gpg +tests/openpgp/z +tests/openpgp/gpg.conf +tests/openpgp/random_seed tests/pkits/ReadMe.txt tests/pkits/certpairs/ tests/pkits/certs/ |