diff options
author | Michael Steinert <mike.steinert@gmail.com> | 2012-05-15 17:20:18 -0600 |
---|---|---|
committer | Michael Steinert <mike.steinert@gmail.com> | 2012-05-17 11:44:45 -0600 |
commit | 39d7ced215423238b9fbff014aad73fdfa2cdc78 (patch) | |
tree | 4cce5d75f703462f688ce46a17b99a1f6de7e25f | |
parent | d17becfe7621699204005f9860456188cdf289d4 (diff) | |
download | rabbitmq-c-github-ask-39d7ced215423238b9fbff014aad73fdfa2cdc78.tar.gz |
Add a .gitignore file
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
-rw-r--r-- | .gitignore | 46 | ||||
-rw-r--r-- | m4/.gitignore | 5 | ||||
-rw-r--r-- | m4/.keep | 0 |
3 files changed, 51 insertions, 0 deletions
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 diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..38066dd --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +libtool.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +lt~obsolete.m4 diff --git a/m4/.keep b/m4/.keep deleted file mode 100644 index e69de29..0000000 --- a/m4/.keep +++ /dev/null |