summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 7c8a99f1633c39d9954632f6a8ed55ff7860d18c (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
^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/|tools/doc/)Makefile(\.in)?$
^tests/test_tables$
^tests/test_parse_url$
^examples/amqp_sendstring$
^examples/amqp_rpc_sendstring_client$
^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$
^tools/amqp-declare-queue$
^tools/amqp-delete-queue$
^tools/.*\.[17]$
^tools/doc/man-date.ent$