summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 410f1b09300b867d28034fd9a46f678a1183a755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.DS_Store
*.pyc
*~
.*.sw[po]
dist/
*.egg-info
*.egg
*.egg/
doc/__build/*
build/
.build/
pip-log.txt
.directory
erl_crash.dump
*.db
*.o
*.lo
*.la
*.so
*.dylib
Documentation/
MANIFEST

^scratch$

autom4te\.cache$

config\.h
config\.log
stamp-h1

rabbitmq-c/examples/.libs
rabbitmq-c/librabbitmq/.libs
tests/test_tables
tests/test_parse_url
rabbitmq-c/examples/amqp_sendstring
rabbitmq-c/examples/amqp_exchange_declare
rabbitmq-c/examples/amqp_listen
rabbitmq-c/examples/amqp_producer
rabbitmq-c/examples/amqp_consumer
rabbitmq-c/examples/amqp_unbind
rabbitmq-c/examples/amqp_bind
rabbitmq-c/examples/amqp_listenq

amqp_framing\.c
amqp_framing\.h

tools/amqp-publish
tools/amqp-get
tools/amqp-consume
tools/amqp-declare-queue
tools/amqp-delete-queue
tools/.*\.[17]$
tools/doc/man-date.ent

clib/