From 39d7ced215423238b9fbff014aad73fdfa2cdc78 Mon Sep 17 00:00:00 2001 From: Michael Steinert Date: Tue, 15 May 2012 17:20:18 -0600 Subject: Add a .gitignore file Signed-off-by: Michael Steinert --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e329cb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +*.la +*.lo +*.o +.deps +.dirstamp +.libs +/aclocal.m4 +/autom4te.cache +/config.guess +/config.h +/config.h.in +/config.h.in~ +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 +INSTALL +Makefile +Makefile.in +examples/amqp_bind +examples/amqp_consumer +examples/amqp_exchange_declare +examples/amqp_listen +examples/amqp_listenq +examples/amqp_producer +examples/amqp_sendstring +examples/amqp_unbind +librabbitmq.pc +librabbitmq/amqp_framing.c +librabbitmq/amqp_framing.h +tests/test_parse_url +tests/test_tables +tools/amqp-consume +tools/amqp-declare-queue +tools/amqp-delete-queue +tools/amqp-get +tools/amqp-publish +tools/doc/*.1 +tools/doc/*.7 +tools/doc/man-date.ent -- cgit v1.2.1