diff options
author | W. Trevor King <[email protected]> | 2012-04-12 17:51:48 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2012-04-20 14:05:11 +0000 |
commit | 4cb408d33efe80e7d102049dea244d22907d8395 (patch) | |
tree | cd201164c56e3ad12d0d0b27962777ea189be836 /tests/gpg | |
parent | status-table.c: include string.h for strcmp. (diff) | |
download | gpgme-4cb408d33efe80e7d102049dea244d22907d8395.tar.gz gpgme-4cb408d33efe80e7d102049dea244d22907d8395.zip |
.gitignore: flesh out rules and add subdirectory-.gitignores.
Diffstat (limited to 'tests/gpg')
-rw-r--r-- | tests/gpg/.gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/gpg/.gitignore b/tests/gpg/.gitignore new file mode 100644 index 00000000..e60bfe51 --- /dev/null +++ b/tests/gpg/.gitignore @@ -0,0 +1,30 @@ +.deps +.libs +gpg-agent.conf +gpg.conf +pubring.gpg +pubring.gpg~ +secring.gpg +t-decrypt +t-decrypt-verify +t-edit +t-encrypt +t-encrypt-large +t-encrypt-sign +t-encrypt-sym +t-eventloop +t-export +t-file-name +t-genkey +t-gpgconf +t-import +t-keylist +t-keylist-sig +t-sig-notation +t-sign +t-signers +t-thread1 +t-trustlist +t-verify +t-wait +trustdb.gpg |