summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2014-03-04 10:10:15 -0700
committerMichael Steinert <mike.steinert@gmail.com>2014-03-04 10:10:15 -0700
commita5669298f9c87fed00235aefea02d8b84b455570 (patch)
treefa1b124d1c8c890ccdbbaa799f9a88e9459beba3 /.gitignore
parentb852f846c46a3bb9451f99844edfbea41f3289f1 (diff)
downloadrabbitmq-c-github-ask-a5669298f9c87fed00235aefea02d8b84b455570.tar.gz
[openssl] Support wildcard hostname verification
Most of this code comes from version Curl 7.35.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 86595df..6bca1bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
.libs
/aclocal.m4
/autom4te.cache
+/compile
/config.guess
/config.h
/config.h.in
@@ -21,10 +22,12 @@
/ltmain.sh
/missing
/stamp-h1
+/test-suite.log
INSTALL
Makefile
Makefile.in
examples/amqp_bind
+examples/amqp_connect_timeout
examples/amqp_consumer
examples/amqp_exchange_declare
examples/amqp_listen
@@ -34,6 +37,7 @@ examples/amqp_rpc_sendstring_client
examples/amqp_sendstring
examples/amqp_unbind
examples/amqps_bind
+examples/amqps_connect_timeout
examples/amqps_consumer
examples/amqps_exchange_declare
examples/amqps_listen
@@ -43,6 +47,9 @@ examples/amqps_sendstring
examples/amqps_unbind
librabbitmq.pc
test-driver
+tests/*.log
+tests/*.trs
+tests/test_hostcheck
tests/test_parse_url
tests/test_tables
tools/amqp-consume