summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-04-14 17:29:03 +0100
committerAsk Solem <ask@celeryproject.org>2014-04-14 17:29:03 +0100
commitbe3000b4c84d7503f5ef4067de44ff16d060d158 (patch)
treefecacb0f149b067202c443b59aad3cc027a0ff1c /.gitignore
parentdcb8edaccd6e164d624edfab0f3120d96f707f0a (diff)
parentfe844e41ffad5691607982cbfe4054aacdcb81e0 (diff)
downloadrabbitmq-c-github-ask-be3000b4c84d7503f5ef4067de44ff16d060d158.tar.gz
Merge branch 'alanxz/master'
Conflicts: Makefile.am codegen
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 797169a..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
@@ -54,3 +61,10 @@ tools/doc/*.1
tools/doc/*.7
tools/doc/man-date.ent
.ycm_extra_conf.py*
+.DS_Store
+
+# Ignore editor swap files
+*~
+*.sw?
+.#*
+\#*#