diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2009-07-01 17:06:32 +0100 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2009-07-14 17:54:33 +0100 |
commit | 4c439506aa436b146bb600eb8892deacc45d9482 (patch) | |
tree | 26d8fd2445c211ec691c31712c6bb4001949b689 /.gitignore | |
parent | 37e4a629ea89b01d744c73b5ead5b4886e0334a2 (diff) |
Generate x509 key and cert PEM files automatically.
Use generated PEM files in connector tests.
Ignore PEM files in git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ tests/wocky-xmpp-stanza-test tests/wocky-connector-test tests/*report.xml +tests/certs/*.pem + examples/wocky-connect coverage/ |