diff options
author | Werner Koch <wk@gnupg.org> | 2011-01-26 18:27:56 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-01-26 18:27:56 +0100 |
commit | a58a6b5b7874daa2a17e3dffe43062242032d665 (patch) | |
tree | adb626ef00dfdfd6f87744fef431136d5a8e6b00 /.gitignore | |
parent | Update gitignore to the one used in tye 2.0 branch. (diff) | |
download | gnupg2-a58a6b5b7874daa2a17e3dffe43062242032d665.tar.xz gnupg2-a58a6b5b7874daa2a17e3dffe43062242032d665.zip |
Update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 92c467445..6eeeb5c13 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,8 @@ common/t-percent common/t-session-env common/t-sexputil common/t-sysutils +common/t-stringhelp +common/t-timestuff doc/addgnupghome.8 doc/applygnupgdefaults.8 doc/faq.html @@ -63,6 +65,8 @@ doc/gpgsm-gencert.sh.1 doc/gpgsm.1 doc/gpgv2.1 doc/scdaemon.1 +doc/dirmngr-client.1 +doc/dirmngr.8 doc/symcryptrun.1 doc/watchgnupg.1 doc/yat2m @@ -84,6 +88,10 @@ keyserver/gpg2keys_ldap scd/gnupg-pcsc-wrapper scd/scdaemon sm/gpgsm +dirmngr/dirmngr +dirmngr/dirmngr-client +dirmngr/dirmngr_ldap +dirmngr/no-libgcrypt.c tests/asschk tests/gpg-agent.conf tests/gpgsm.conf @@ -133,3 +141,4 @@ tools/mk-tdata tools/symcryptrun tools/watchgnupg tools/gpgtar +g13/g13 |