summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 3719f474902f1622007149bdcb99db1da26380b3 (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
^scratch$

^autom4te\.cache$
^aclocal\.m4$
^config\.(guess|log|status|sub|h\.in~?)$
^configure$
^depcomp$
^install-sh$
^ltmain.sh$
^missing$

(^|/)\.libs$
(^|/)\.deps$
\.(o|lo|la)$
^config\.h$
^stamp-h1$
^libtool$

^librabbitmq/amqp_framing\.[ch]$

^(|librabbitmq/|tests/|examples/|tools/)Makefile(\.in)?$
^tests/test_tables$
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
^examples/amqp_listen$
^examples/amqp_producer$
^examples/amqp_consumer$
^examples/amqp_unbind$
^examples/amqp_bind$
^examples/amqp_listenq$
^tools/amqp-publish$
^tools/amqp-get$
^tools/amqp-consume$